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 / meenakshi
demarcated on either side by curly brackets.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What oops means?
Can you assign a different address to an array tag?
I need previous papers of CSC.......plz help out by posting them.......
What are valid signatures for the Main function?
How to write c functions that modify head pointer of a linked list?
Can you write the function prototype, definition and mention the other requirements.
Define VARIABLE?
What is function what are the types of function?
What is the difference between new and malloc functions?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Is c procedural or functional?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is ctrl c called?
Write a program to print factorial of given number without using recursion?