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
I have seen function declarations that look like this
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What are nested functions in c?
What is an expression?
What is difference between static and global variable in c?
Explain Basic concepts of C language?
Write a program to check palindrome number in c programming?
Why is sizeof () an operator and not a function?
What are comments and how do you insert it in a C program?
What is bubble sort in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is sizeof c?
What does static variable mean in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How macro execution is faster than function ?