Q.1.
Who is father of computers?
Q.2.
What is BIOS?
Q.3.
Which of the following is not a valid C variable name?
Q.4.
Which of the following cannot be checked in a switch case statement ?
Q.5.
C programs are converted into machine language with the help of
Q.6.
What is the size of an int data type?
Q.7.
Father of C language
Q.8.
Which is the only function all C programs must contain?
Q.9.
Who is Father of C Language
Q.10.
C is a
Q.11.
Functions can return structure in c?
Q.12.
A C variable cannot start with
Q.13.
How many loops are there in C
Q.14.
Which of the datatypes have size that is variable?
Q.15.
The name of the variable used in one function cannot be used in another function?
Q.16.
What will be the value of x[after the following code is executed?
Q.17.
What is the extension of C program?
Q.18.
What compiler does?
Q.19.
Which one of the following is not a valid identifier?
Q.20.
Following is the invalid inclusion of a file to the current program. Identify it.