What is false about the following
A compound statement is
a.A set of simple statments
b.Demarcated on either side by curly brackets
c.Can be used in place of simple statement
d.A C function is not a compound statement.
Answer Posted / meenakshi
demarcated on either side by curly brackets.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is abstract data structure in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the right way to use errno?
Tell me what is the purpose of 'register' keyword in c language?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Can you assign a different address to an array tag?
What was noalias and what ever happened to it?
Differentiate Source Codes from Object Codes
Why c is called top down?
where are auto variables stored? What are the characteristics of an auto variable?
What is the function of volatile in c language?
Can you write the function prototype, definition and mention the other requirements.
Explain what are the __date__ and __time__ preprocessor commands?
When is the “void” keyword used in a function?
Why c language?