What is an auto keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is c++ programming?
Is c procedural or object oriented?
What is wrong with this program statement? void = 10;
Can you please explain the difference between malloc() and calloc() function?
What is the use of printf() and scanf() functions?
what is the diference between pointer to the function and function to the pointer?
what is pointer?
13 Answers HCL, TCS,
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What is define c?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
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.