A collection of functions,calls,subroutines or other data
a) library
b) header files
c) set of files
d) textfiles
No Answer is Posted For this Question
Be the First to Post Answer
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.
Explain what is a static function?
What is volatile variable in c?
Write a program to exchange two variaables without temp
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Calculate 1*2*3*____*n using recursive function??
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What are global variables and how do you declare them?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
What are linked lists in c?
What is the condition that is applied with ?: Operator?