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
How to set file pointer to beginning c?
What is the heap in c?
What is the general form of a C program?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the argument of a function in c?
What is c system32 taskhostw exe?
why programs in c are running with out #include
Explain is it better to bitshift a value than to multiply by 2?
What are the preprocessor categories?
Where we use clrscr in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is a #include preprocessor?
Is a pointer a kind of array?
What are enums in c?
What does void main () mean?