What is static volatile in c?


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

Post New Answer

More C Interview Questions

for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


What is .obj file in c?

0 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


Explain the difference between structs and unions in c?

0 Answers  






What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


Differentiate between full, complete & perfect binary trees.

0 Answers  


What are nested functions in c?

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


What is extern variable in c with example?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


How to add two numbers without using semicolon at runtime

2 Answers  


Categories