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 / 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 |
Post New Answer View All Answers
Are c and c++ the same?
What is optimization in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
How do you define structure?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Tell me what are bitwise shift operators?
How many bytes are occupied by near, far and huge pointers (dos)?
Why void is used in c?
Do you know what are bitwise shift operators in c programming?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Write a program in c to replace any vowel in a string with z?
What does p mean in physics?
What is infinite loop?
i got 75% in all semester am i eligible for your company
Is sizeof a keyword in c?