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
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is pass by reference in c?
Explain the difference between call by value and call by reference in c language?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is p in text message?
What is structure data type in c?
How do c compilers work?
Explain what is the difference between #include and #include 'file' ?
How many levels of pointers can you have?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are the 5 data types?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Why does everyone say not to use gets?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Why is a semicolon (;) put at the end of every program statement?