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
What is a volatile keyword in c?
What is the use of putchar function?
How do you determine whether to use a stream function or a low-level function?
Can the size of an array be declared at runtime?
Explain the Difference between the New and Malloc keyword.
Do you know pointer in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is a file descriptor in c?
What is the difference between the local variable and global variable in c?
What do you mean by invalid pointer arithmetic?
Difference between strcpy() and memcpy() function?
What is bash c?
find out largest elemant of diagonalmatrix
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the difference between #include and #include 'file' ?