Is c pass by value or reference?


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

Post New Answer

More C Interview Questions

Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


Three major criteria of scheduling.

1 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What are the 5 organizational structures?

0 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  






What are loops in c?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What is a pointer value and address in c?

0 Answers  


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


what is an inline function?

2 Answers   TCS,


What is line in c preprocessor?

0 Answers  


Categories