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
Without Computer networks, Computers will be half the use. Comment.
What does double pointer mean in c?
Explain what is a stream?
What are the different types of C instructions?
What does the && operator do in a program code?
Why is c used in embedded systems?
how to capitalise first letter of each word in a given string?
What is echo in c programming?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What are the differences between new and malloc in C?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is static and volatile in c?
plz let me know how to become a telecom protocol tester. thank you.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is the difference between mpi and openmp?