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
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 |
Answer / bhavitha
A C function is not a compound statement.
so D.
| Is This Answer Correct ? | 15 Yes | 1 No |
Write a program that his output * *** *****
what's the return value of malloc()
what are the 10 different models of writing an addition program in C language?
What is omp_num_threads?
How the C program can be compiled?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Can I initialize unions?
What is the diffrent between while and do while statement ?
Where can I get an ansi-compatible lint?
How are 16- and 32-bit numbers stored?