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 / ravikumar
Demarcated on either side by curly brackets
| Is This Answer Correct ? | 32 Yes | 9 No |
Post New Answer View All Answers
What is the difference between #include
What is the use of pragma in embedded c?
What is the usage of the pointer in c?
What is the difference between text and binary i/o?
Is a house a shell structure?
What do you mean by c what are the main characteristics of c language?
what is the difference between class and unio?
What are actual arguments?
What are the advantages of using new operator as compared to the function malloc ()?
What are pointers in C? Give an example where to illustrate their significance.
Why is c still so popular?
Why is not a pointer null after calling free?
What is array of structure in c programming?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Which header file should you include if you are to develop a function which can accept variable number of arguments?