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

Explain function?

669


What is data structure in c programming?

586


What functions are used in dynamic memory allocation in c?

604


What is the difference between union and anonymous union?

843


Explain how do you print an address?

670






What should malloc(0) do?

623


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

674


What are enumerated types?

663


What is #include cctype?

588


What is this pointer in c plus plus?

608


Give the rules for variable declaration?

690


Write a program to check whether a number is prime or not using c?

586


Is it possible to use curly brackets ({}) to enclose single line code in c program?

811


Why does this code crash?

629


How can I pad a string to a known length?

622