1st Sem C Programming Programing in C - 1
1st Sem C Programming Programing in C - 1
True/False
Question Primary and Secondary are the two types of constants in C.
Correct Answer True
Your Answer False
True/False
Question An Array is a Primary Constant
Correct Answer False
Your Answer True
True/False
Question Initialisation of the conditional variable is necessary for while loop.
Correct Answer True
Your Answer True
True/False
Question If break is not used in cases, compiler gives an error.
Correct Answer False
Your Answer False
True/False
Question The set of statements belongining to a function are enclosed within a pair of braces.
Correct Answer True
Your Answer True
True/False
Question In an array of structures all elements of the array are stored in adjacent memory
locations.
Correct Answer True
Your Answer True
True/False
Question puts() can display only one string at a time.
Correct Answer True
Your Answer False
True/False
Question Middle Level Language is the language which has both good programming efficiency
and a good machine efficiency
Correct Answer True
Your Answer True
True/False
Question Once file is open it is always refered by its FILE pointer
Correct Answer True
Your Answer True
True/False
Question While passing an array elements to a function by call by value we pass values of
array elements to the function
Correct Answer True
Your Answer True