Answer Posted / aravind
To pass the actual arguments by address instead by calling
by reference in function.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is c mainly used for?
Can we add pointers together?
Write a program to print factorial of given number using recursion?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Where can I get an ansi-compatible lint?
What is structure of c program?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Why we not create function inside function.
Is main is user defined function?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is chain pointer in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain what is a const pointer?