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 / bhavitha

A C function is not a compound statement.
so D.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

670


What is huge pointer in c?

576


Write a code to determine the total number of stops an elevator would take to serve N number of people.

725


What are preprocessor directives?

666


What is the difference between Printf(..) and sprint(...) ?

779






Do variables need to be initialized?

616


What header files do I need in order to define the standard library functions I use?

535


What are the similarities between c and c++?

593


When is a null pointer used?

633


What is a 'null pointer assignment' error?

720


What is use of pointer?

583


How pointer is different from array?

573


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

603


What is extern variable in c with example?

534


Is r written in c?

722