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

Explain the bubble sort algorithm.

0 Answers  


wap in c to accept a number display the total count of digit

4 Answers  


when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


When we use void main and int main?

0 Answers  






How can I read in an object file and jump to locations in it?

0 Answers  


What is difference between arrays and pointers?

0 Answers  


What are the valid places to have keyword “break”?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


What is union and structure in c?

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


Categories