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
Which one would you prefer - a macro or a function?
In a byte, what is the maximum decimal number that you can accommodate?
What is function pointer c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Can include files be nested?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is c definition?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is a pointer variable in c language?
What do mean by network ?
What does s c mean in text?
How do you define structure?
Do pointers take up memory?
Explain what is operator promotion?
Can a void pointer point to a function?