Answer Posted / phani kumar
if we want to retrive multiple values from functions
derive multiple arguments in the defition of functions
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is an auto keyword in c?
How can I generate floating-point random numbers?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is wrong in this statement?
#include
How are strings stored in c?
What is printf () in c?
In a switch statement, what will happen if a break statement is omitted?
What is dangling pointer in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is clrscr in c?
Why is c called c?
What is pointer & why it is used?
Is there sort function in c?