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 / akshit
must be D marked wrong by phani kumar(i think)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
FILE PROGRAMMING
What is the explanation for modular programming?
What is the difference between abs() and fabs() functions?
How pointers are declared?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Write a program to generate random numbers in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain what is operator promotion?
Is c compiled or interpreted?
What is the difference between new and malloc functions?
Explain what are the advantages and disadvantages of a heap?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Where in memory are my variables stored?
What is the best way to comment out a section of code that contains comments?
Hai what is the different types of versions and their differences