Is c call by value?


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

Post New Answer

More C Interview Questions

What is the best way to comment out a section of code that contains comments?

0 Answers  


What is c variable?

0 Answers  


How do you redirect a standard stream?

0 Answers  


What is difference between structure and union?

0 Answers  


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,






There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


Where is c used?

0 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


how can u print a message without using any library function in c

1 Answers   NIIT,


Categories