What is static and volatile in c?


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

Post New Answer

More C Interview Questions

Explain union. What are its advantages?

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,






Explain the properties of union. What is the size of a union variable

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What is Dynamic Initialization.

3 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


mplementation of stack using any programing language

1 Answers   Marlabs,


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


How will you allocate memory to a double pointer ?

2 Answers  


Categories