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


Please Help Members By Posting Answers For Below Questions

What is c variable?

548


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4487


What is typedef struct in c?

577


What is meant by gets in c?

602


What is the difference between scanf and fscanf?

656






Mention four important string handling functions in c languages .

617


When should the register modifier be used? Does it really help?

604


What is the difference between c &c++?

641


all c language question

1862


Can a variable be both static and volatile in c?

602


How can I dynamically allocate arrays?

585


What are the characteristics of arrays in c?

607


what is uses of .net

1267


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1251


What is return in c programming?

507