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 a structure in c language. how to initialise a structure in c?

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


What is difference between class and structure?

0 Answers  


What is the difference between array_name and &array_name?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,






Do pointers take up memory?

0 Answers  


Is python a c language?

0 Answers  


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


what is the coding of display the factorial of a number using array and function?

1 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Categories