What are the types of type qualifiers in c?


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

Post New Answer

More C Interview Questions

how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 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 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.

0 Answers   Convergys,


What are global variables and how do you declare them?

0 Answers  


Is reference used in C?

1 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  






What is page thrashing?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


Categories