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
What is union in c?
How to write a code for reverse of string without using string functions?
write a progrmm in c language take user interface generate table using for loop?
How can I find the modification date of a file?
In a header file whether functions are declared or defined?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain continue keyword in c
What are keywords c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How can you determine the size of an allocated portion of memory?
What is an endless loop?
What is a pointer value and address in c?
What is union and structure?