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.

Answers were Sorted based on User's Feedback



What is false about the following A compound statement is a.A set of simple statments b.De..

Answer / phani kumar s

B
A compound statement is set of statements which is embedded
in the curly brace and will perform the necessary task.

Is This Answer Correct ?    66 Yes 6 No

What is false about the following A compound statement is a.A set of simple statments b.De..

Answer / ravikumar

Demarcated on either side by curly brackets

Is This Answer Correct ?    32 Yes 9 No

What is false about the following A compound statement is a.A set of simple statments b.De..

Answer / bhavitha

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

Is This Answer Correct ?    15 Yes 1 No

What is false about the following A compound statement is a.A set of simple statments b.De..

Answer / meenakshi

demarcated on either side by curly brackets.

Is This Answer Correct ?    3 Yes 2 No

What is false about the following A compound statement is a.A set of simple statments b.De..

Answer / akshit

must be D marked wrong by phani kumar(i think)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


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

0 Answers  


Why main is used in c?

0 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is volatile keyword in c?

0 Answers  






main() {int a=200*200/100; printf("%d",a); }

14 Answers   TCS,


What is stack in c?

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


All technical questions

0 Answers   TCS,


what is a NULL pointer?

2 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


What do you understand by normalization of pointers?

0 Answers  


Categories