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 / ravikumar
Demarcated on either side by curly brackets
| Is This Answer Correct ? | 32 Yes | 9 No |
Post New Answer View All Answers
What are actual arguments?
What is #include stdlib h?
What is variable initialization and why is it important?
What is class and object in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Why is struct padding needed?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is actual argument?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
what is the significance of static storage class specifier?
Explain how can I write functions that take a variable number of arguments?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is c++ used for today?
Can you write the function prototype, definition and mention the other requirements.
Explain what does the format %10.2 mean when included in a printf statement?