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


Please Help Members By Posting Answers For Below Questions

What is the difference between pure virtual function and virtual function?

643


What is a function simple definition?

608


c language interview questions & answer

1455


What is return in c programming?

507


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

694






What is the value of a[3] if integer a[] = {5,4,3,2,1}?

662


What is meant by recursion?

628


What is nested structure with example?

616


What is difference between structure and union in c programming?

565


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1582


What is c programming structure?

614


What is the scope of global variable in c?

551


What are types of preprocessor in c?

613


praagnovation

1774


How would you obtain the current time and difference between two times?

719