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
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why #include is used in c language?
Why we use conio h in c?
What is the difference between int main and void main?
Distinguish between actual and formal arguments.
Why is C language being considered a middle level language?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are the two forms of #include directive?
What does malloc () calloc () realloc () free () do?
What is the difference between single charater constant and string constant?
Sir i need notes for structure,functions,pointers in c language can you help me please
how to find binary of number?
What are enumerated types?
What are the advantages of using new operator as compared to the function malloc ()?
What is spark map function?