How old is c programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


How to print "Hi World" without using semi colon?

6 Answers   Infosys,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


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?

0 Answers   Infosys,


What are loops c?

0 Answers  


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


What is a buffer in c?

0 Answers  


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.

1 Answers  


What is a static function in c?

0 Answers  


What is the purpose of type declarations?

0 Answers  


Why is c platform dependent?

0 Answers  


Categories