Function calling procedures? and their differences? Why should one go for Call by Reference?


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

Post New Answer

More C Interview Questions

In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


main() { printf("hello"); fork(); }

0 Answers   Wilco,


What is difference between structure and union?

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


print a "hello" word without using printf n puts in c language

6 Answers  






In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


Is c an object oriented programming language?

1 Answers  


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


what is a NULL pointer?

2 Answers  


inline function is there in c language?

4 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


What is external variable in c?

0 Answers  


Categories