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 is dynamic variable in c?
What is the purpose of type declarations?
What is the meaning of ?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Is multithreading possible in c?
What are the different types of control structures?
What is the sizeof () a pointer?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is #define used for in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What are the restrictions of a modulus operator?
What are global variables and explain how do you declare them?
Why is c called "mother" language?
What are the __date__ and __time__ preprocessor commands?
code for replace tabs with equivalent number of blanks