What is the difference function call by value & function
call by reference?
Answer Posted / nakul sharma
In Call by value we simply passes the variable to the
function but in CAll by reference we actually pass the
memory address where the variable we want to pass is stored.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is c language in simple words?
What is meant by recursion?
Explain union. What are its advantages?
what are the facialities provided by you after the selection of the student.
Lists the benefits of c programming language?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is register variable in c language?
Explain function?
Explain what is the stack?
What type is sizeof?
Is that possible to add pointers to each other?
What is array of structure in c?
What is s in c?
Define the scope of static variables.
Explain do array subscripts always start with zero?