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
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is const keyword in c?
Describe the header file and its usage in c programming?
What is adt in c programming?
What are global variables?
What is difference between far and near pointers?
What is difference between scanf and gets?
What is the difference between array and pointer in c?
Describe how arrays can be passed to a user defined function
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why c is known as a mother language?
Why is c faster?
How can you increase the size of a statically allocated array?
What is 2c dna?
Place the #include statement must be written in the program?