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
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Are the variables argc and argv are always local to main?
I need previous papers of CSC.......plz help out by posting them.......
Subtract Two Number Without Using Subtraction Operator
How many levels of indirection in pointers can you have in a single declaration?
In a switch statement, what will happen if a break statement is omitted?
What is the most efficient way to store flag values?
How would you rename a function in C?
Explain the term printf() and scanf() used in c language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What are disadvantages of C language.
Is array name a pointer?
Can static variables be declared in a header file?
Write a program to reverse a given number in c language?