What is scope and lifetime of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are two kinds of java
Why enum is used in c?
What is the difference between malloc() and realloc()?
program for swapping two strings by using pointers in c language
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the c language function prototype?
What is pointer in c?
what is the size of an integer variable?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
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 5 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 c language used for?