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
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain how can I manipulate strings of multibyte characters?
What is the difference between int main and void main in c?
What is a structure in c language. how to initialise a structure in c?
In C programming, what command or code can be used to determine if a number of odd or even?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Explain how can I read and write comma-delimited text?
What does it mean when a pointer is used in an if statement?
Write a C program in Fibonacci series.
Write a program to check armstrong number in c?
Are the expressions * ptr ++ and ++ * ptr same?
How to implement a packet in C
What are lookup tables in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.