Choose a topic to test your knowledge and improve your C/C skills
The execution of a C program start from _____.
The C supports _____ basic data types
The C program is converted to machine language using________.
The C was developed in the year____
C language has been developed at_________.
The C language is an offspring of ______
The programs should be written only in_______
The role of a compiler is to translate source program statements to_________.
he extension for C program files by default is_________.
An escape sequence commences with _____________.
The C language is closely associated with _________.
The C program is highly case sensitive
Each instruction in C program is terminated by__________.
Which of the following declaration is not supported by C?
ANSI committee was setup in the summer of___________.
A declaration float a, b; occupies ___ of memory. .
Identify the wrong statement.
An interpreter reads the source code of a program__
A compiler compiles the source code_______
A character variable can store only___________.
C variable cannot start with_________.
A short integer variable occupies memory_________.
According to __________ C keywords are reserved words.
The declaration of C variable can be done____
In C one statement can declare_________.
The word char is a_______
The variables are initialized using_________.
An unsigned integer variable contains values________.
The keyword const keeps the value of a variable_________.
The keyword const keeps the value of a variable_________.
In C every variable has_______.
The range of character data type is_________.
The keyword volatile keeps the value of variable__________.
Which is the incorrect variable name__________.
How many keywords are there in ANSI C?
How many variables can be initialized at a time?
Which of the following statement is valid?
__________ refers to the accuracy of the calculations.
The variable name can be started with__________. A.
What is the value of sizeof(char)?
______ decides which operator is to be used first.
The & operator displays________.
Addition of two numbers is performed using _________.
What is the value of 10%8?
What is the result of the expression (10/3)*3+5%3?
What is the result of the expression (23*2) % (int) 5.5?
What is the result of 5/2?
What is the result of 5&&2?
Which function is appropriate for accepting a string?
What is the ASCII range for 0 to 9 digits?