Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What is constant?
A. constants have fixed values that do not change during the execution of a program
A. constants have fixed values that do not change during the execution of a program
See lessWhat is Keywords?
C. keywords have some predefine meanings and these meanings cannot be changed
C. keywords have some predefine meanings and these meanings cannot be
See lesschanged
What is C Tokens?
D. a & b both
D. a & b both
See lessBitwise operators can operate upon?
D. ints and chars
D. ints and chars
See lessWhat is an array?
B. an array is a collection of variables that are of the same data type.
B. an array is a collection of variables that are of the same data type.
See lessWhich of the following shows the correct hierarchy of arithmetic operations in C
D. * / + -
D. * / + –
See lessWhich of the following is allowed in a C Arithmetic instruction
C. ()
C. ()
See lessA C variable cannot start with
D. both (b) and (c)
D. both (b) and (c)
See lessC programs are converted into machine language with the help of
B. an array is a collection of variables that are of the same data type
B. an array is a collection of variables that are of the same data type
See lessWhat is right way to Initialization array?
A. int num[6] = { 2, 4, 12, 5, 45, 5 } ;
A. int num[6] = { 2, 4, 12, 5, 45, 5 } ;
See less