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

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


What is masking?

0 Answers  


what is software?

7 Answers   Wipro,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


What is a shell structure examples?

0 Answers  


What is the meaning of ?

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 Answers   IBM, NIIT, Winit,


Why we use void main in c?

0 Answers  


Categories