How many header files are in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use null pointer?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
write a c program in such a way that if we enter the today date the output should be next day's date.
formula to convert 2500mmh2o into m3/hr
What is the difference function call by value & function call by reference?
Describe static function with its usage?
yogesh patil in dell
what is the return type of printf
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.
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
how i m write c program 1.check prime number 2.prime number series