C passes By value or By reference?
Answer Posted / k.thejonath
C passes to functions by both value and by reference.
Passing by value, "you just send a variable" and by
refernce means, by passing pointer.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I find out the size of a file, prior to reading it in?
What do mean by network ?
Explain what are global variables and explain how do you declare them?
What is the general form of function in c?
What is malloc and calloc?
write a c program to find the sum of five entered numbers using an array named number
Where register variables are stored in c?
What do you understand by friend-functions? How are they used?
How can I avoid the abort, retry, fail messages?
Why is c called a structured programming language?
ATM machine and railway reservation class/object diagram
What are global variables and how do you declare them?
Write a program to swap two numbers without using the third variable?
What extern c means?
What is pointer to pointer in c language?