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


Please Help Members By Posting Answers For Below Questions

What is the meaning of typedef struct in c?

594


What are the general description for loop statement and available loop types in c?

689


Do pointers need to be initialized?

564


Explain the concept and use of type void.

631


What does *p++ do? What does it point to?

616






Explain what are linked list?

626


to find the closest pair

1823


What is define directive?

642


How can I split up a string into whitespace-separated fields?

571


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

746


What is data structure in c and its types?

596


How to draw the flowchart for structure programs?

8762


What is difference between structure and union in c?

548


code for find determinent of amatrix

1519


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806