What is pass by reference in functions?


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

Post New Answer

More C Interview Questions

Why n++ execute faster than n+1 ?

2 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


What is character set?

0 Answers  


What is wild pointer in c?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,






where does it flourished?

0 Answers   Microsoft,


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is console in c language?

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


Categories