Answer Posted / vignesh1988i
we can indirectly return multiple values from a function through pointers......
what ever you make the alterations in the sub-routine since pointers refer to address the value will be directly gets changed in the actual address
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does printf does?
What is const and volatile in c?
Why c is called procedure oriented language?
Explain the ternary tree?
What are data structures in c and how to use them?
How can I open files mentioned on the command line, and parse option flags?
Why double pointer is used in c?
Can true be a variable name in c?
What language is c written?
What are the 4 types of programming language?
Which function in C can be used to append a string to another string?
State two uses of pointers in C?
Explain the use of #pragma exit?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.