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

One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


what is the difference between declaration and definition of a variable or function ?

3 Answers  


What are header files and explain what are its uses in c programming?

0 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,






Is return a keyword in c?

0 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


What is meant by recursion?

0 Answers   ADP,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


What are data breakpoints?

3 Answers   Adobe,


write a program in c to read array check element is present or not?

1 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


Categories