what is the differance between pass by reference and pass
by value.
Answer Posted / srikanth
In pass by value we can pass value through the arguments
In pass reference with the help of operation
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between abs() and fabs() functions?
What is the use of sizeof () in c?
Explain is it better to bitshift a value than to multiply by 2?
about c language
Explain is it valid to address one element beyond the end of an array?
Why we use int main and void main?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What does 1f stand for?
Explain what is page thrashing?
What is difference between far and near pointers?
How can you call a function, given its name as a string?
please give me some tips for the placement in the TCS.
Which programming language is best for getting job 2020?
write a program to find out prime number using sieve case?
Find MAXIMUM of three distinct integers using a single C statement