Answer Posted / rina
function is call the value called the call by values
and the function call the address called the call by
refrence....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the collection of communication lines and routers called?
What is break statement?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between the local variable and global variable in c?
What are predefined functions in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is the description for syntax errors?
Why double pointer is used in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the general form of function in c?
What is keyword with example?
What are header files in c?
What is the deal on sprintf_s return value?
What is the ANSI C Standard?
What is volatile c?