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

to convert a string without using decrement operater and string functions

1 Answers  


What is null pointer in c?

0 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


When should the volatile modifier be used?

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  






m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


State the difference between x3 and x[3].

0 Answers   Aricent,


What is Full Form of C and Why We use C

23 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


What does dm mean sexually?

0 Answers  


Categories