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 / bhavitha

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

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why header file is used in c?

577


What is fflush() function?

645


What is stack in c?

615


What is hashing in c?

645


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636






in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

600


Is fortran still used in 2018?

595


What is the explanation for cyclic nature of data types in c?

648


Do you know pointer in c?

593


What are unions in c?

582


What is data structure in c programming?

574


Can i use “int” data type to store the value 32768? Why?

756


Stimulate calculator using Switch-case-default statement for two numbers

2448


When should a type cast be used?

575


What does *p++ do? What does it point to?

616