Answer Posted / phani kumar s
by using the function call by reference with the multiple
returns
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why ca not I do something like this?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you list a file’s date and time?
What are directives in c?
Explain 'far' and 'near' pointers in c.
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Define VARIABLE?
What is void main ()?
What is an endless loop?
What is printf () in c?
What is the maximum length of an identifier?
What is the difference between abs() and fabs() functions?
What is difference between arrays and pointers?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
main() { printf("hello"); fork(); }