a parameter passed between a calling program and a called program

a) variable

b) constant

c) argument

d) all of the above


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

Post New Answer

More C Interview Questions

What is nested structure in c?

0 Answers  


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


How do I initialize a pointer to a function?

2 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


What is && in c programming?

0 Answers  


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

0 Answers   TCS,


What are the types of data types and explain?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


Why double pointer is used in c?

0 Answers  


What are static variables in c?

0 Answers  


What are the general description for loop statement and available loop types in c?

0 Answers  


Categories