Question 1 of 25
Hints left: 3
Q1
size of an array is known at____.
Q2
is initialization mandatory for local static variables?
Q3
in which header file is the NULL macro defined?
Q4
following is an example of - in ary[5][5]:
Q5
fixed value token is called as ________.
Q6
comments in c progamming are ignored by_____.
Q7
pointer is special kind of variable which is used to stored_____of the variable.
Q8
which committee standardize c progrmming language?
Q9
which of the following is appropriate position for writing copmment in c programming?
Q10
a program that has no command line arguments will have args_______
Q11
________ takes entire program as input.
Q12
which loop is entry control loop?
Q13
which of the following comments are used in c programming ?
Q14
which of the following is not an operator in c?
Q15
dennis ritchie born in ?
Q16
point variable is declared usibg proceding _____sign.
Q17
c progrmming is _______ level language.
Q18
C program is executed by which of the following software?
Q19
following syntax will declare variable of type -string str:
Q20
in c progrmming ________ are called tokens.
Q21
unary uperator operates on ______ operand?
Q22
which loop is exit control loop?
Q23
array which is having _____dimensions is called as2-d array.
Q24
which of the following operator has lowest precedence amongst all rhe operators?
Q25
assembly language is considered as ________level language.