why arguments can generally be passed to functions

a) sending the values of the arguments

b) sending the addresses of the arguments

c) a & b

d) none of the above


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

Post New Answer

More C Interview Questions

Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


2. What does static variable mean?

2 Answers  


inline function is there in c language?

4 Answers  


What is a newline escape sequence?

0 Answers  


How can you increase the allowable number of simultaneously open files?

0 Answers  


write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 Answers   ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(“%d”,*(*(x+1)+3));

2 Answers   Wipro,


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


name the language for writing c compiler?

3 Answers   Microsoft,


Categories