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
What is a structure in c language. how to initialise a structure in c?
how to find out the inorder successor of a node in a tree??
What is difference between class and structure?
What is the difference between array_name and &array_name?
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?
Is python a c language?
show how link list can be used to repersent the following polynomial i) 5x+2
what is the coding of display the factorial of a number using array and function?
what is the output of below int n=10; (n++)++; printf("%d",n);
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.
what is difference between #include<stdio.h> and #include"stdio.h"