How old is c programming language?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
main() { float a=3.2e40; printf("%d",a); }
How to print "Hi World" without using semi colon?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are loops c?
Write a program to print prime nums from 1-20 using c programing?
What is a buffer in c?
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 a static function in c?
What is the purpose of type declarations?
Why is c platform dependent?