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

How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Describe the modifier in c?

0 Answers  


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


write a program to generate address labels using structures?

0 Answers   SJC,






what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What does stand for?

0 Answers  


How can a number be converted to a string?

1 Answers  


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


Categories