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
Give the rules for variable declaration?
What is LINKED LIST? How can you access the last element in a linked list?
Can the curly brackets { } be used to enclose a single line of code?
Is null a keyword in c?
What would be an example of a structure analogous to structure c?
what is stack , heap ,code segment,and data segment
all c language question
What is pragma c?
What do you mean by recursion in c?
How can I manipulate individual bits?
What is a char c?
What is the g value paradox?
What is the 'named constructor idiom'?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are data types in c language?