What is const volatile variable in c?


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

Post New Answer

More C Interview Questions

There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,


How important is structure in life?

0 Answers  


What is the best organizational structure?

0 Answers  


Explain About fork()?

0 Answers   TISL,


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,






regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


explain what is a newline escape sequence?

0 Answers  


What are keywords in c with examples?

0 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


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

0 Answers  


Do variables need to be initialized?

0 Answers  


Categories