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

which is the best antivirus and how to update it

7 Answers   Infosys,


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


Can a variable be both static and volatile in c?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  






What is meant by int main ()?

0 Answers  


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


What are identifiers c?

0 Answers  


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


what is a function prototype?

1 Answers  


What is c language in simple words?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Categories