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

What are the benefits of organizational structure?

0 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What are enums in c?

0 Answers  


What are the advantages of Macro over function?

1 Answers  


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  






Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,


What is a string?

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Is it acceptable to declare/define a variable in a c header?

0 Answers  


difference between function & structure

9 Answers   Verizon,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


Categories