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
Explain the advantages of using macro in c language?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Do pointers take up memory?
Why c is known as a mother language?
What is the purpose of 'register' keyword in c language?
What is the value of uninitialized variable in c?
Can a variable be both constant and volatile?
What is || operator and how does it function in a program?
What is the sizeof () a pointer?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Is it valid to address one element beyond the end of an array?
what does static variable mean?
What is the meaning of && in c?
What does %p mean?
Define circular linked list.