C passes By value or By reference?
Answer Posted / rohit
it depends on us how to pass a value
because ,c can pass by both value and reference
by valu means actual val of variable ia passed
by reference address of the required value is passed
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are multidimensional arrays?
What is sizeof int?
Explain how can I convert a string to a number?
What are the __date__ and __time__ preprocessor commands?
Why do we use namespace feature?
What are the characteristics of arrays in c?
Tell me what is null pointer in c?
What is #define size in c?
What is binary tree in c?
When is the “void” keyword used in a function?
What is getch() function?
C program to find all possible outcomes of a dice?
int far *near * p; means
What are compound statements?
Explain what is the benefit of using enum to declare a constant?