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
Is it better to use a macro or a function?
Why do we use & in c?
How do you print only part of a string?
What is #line?
Write a program to check prime number in c programming?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How to draw the flowchart for structure programs?
What is wrong with this code?
Explain about the functions strcat() and strcmp()?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is the value of c?
What is union and structure in c?
Is linux written in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is #include stdlib h?