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
Can the sizeof operator be used to tell the size of an array passed to a function?
In which header file is the null macro defined?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Write a program to find the biggest number of three numbers in c?
In C, What is the #line used for?
Explain how can I pad a string to a known length?
Difference between malloc() and calloc() function?
What is the use of pragma in embedded c?
List the difference between a "copy constructor" and a "assignment operator"?
Here is a neat trick for checking whether two strings are equal
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
c program for searching a student details among 10 student details
Can one function call another?
What is a nested formula?
What is the use of define in c?