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 / akshit
must be D marked wrong by phani kumar(i think)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the key features in c programming language?
When should the volatile modifier be used?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is static function in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is a structural principle?
what is the function of pragma directive in c?
What is main () in c?
#include
What are header files in c?
What is the size of structure pointer in c?
What are the advantages and disadvantages of c language?
How can I manipulate strings of multibyte characters?
How can I swap two values without using a temporary?
What is the explanation for the dangling pointer in c?