Difference between pass by reference and pass by value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


What are external variables in c?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


How would you obtain the current time and difference between two times?

0 Answers   TISL,


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


Where in memory are my variables stored?

0 Answers  


What is sizeof int in c?

0 Answers  


What are types of structure?

0 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


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

0 Answers  


Categories