Answer Posted / sindhu
We may return more than one value at a time to any function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by command line argument?
How many keywords are there in c?
What is the right type to use for boolean values in c? Is there a standard type?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Apart from dennis ritchie who the other person who contributed in design of c language.
Is there anything like an ifdef for typedefs?
What is static volatile in c?
Why do we use stdio h and conio h?
Why are algorithms important in c program?
What is the difference between arrays and pointers?
Are the outer parentheses in return statements really optional?
There seem to be a few missing operators ..
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
explain what are actual arguments?