C passes By value or By reference?
Answer Posted / rasheed
yes C passes Both by value and reference.
but strictly speaking C passes only both by value
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you apply link and association interchangeably?
Why structure is used in c?
How will you find a duplicate number in a array without negating the nos ?
What is difference between %d and %i in c?
State the difference between x3 and x[3].
How can I write a function that takes a format string and a variable number of arguments?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are pointers? Why are they used?
What language is c written?
What kind of structure is a house?
By using C language input a date into it and if it is right?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are pointers? What are different types of pointers?
Is it possible to pass an entire structure to functions?
How is a macro different from a function?