Explain the difference between call by value and call by reference in c language?


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

Post New Answer

More C Interview Questions

4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


Are the variables argc and argv are local to main?

0 Answers   TISL,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


What the advantages of using Unions?

0 Answers   TISL,


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


What is the scope of global variable in c?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Who developed c language?

0 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


What is difference between static and global variable in c?

0 Answers  


Categories