Can a local variable be volatile in c?


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

Post New Answer

More C Interview Questions

What is a macro, and explain how do you use it?

0 Answers  


how can i print "hello"

3 Answers  


What is the collection of communication lines and routers called?

0 Answers  


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,






Why do we use pointer to pointer in c?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


What is the difference between memcpy and memmove?

0 Answers  


How to implement call back functions ?

3 Answers   HP,


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,


Explain what is the most efficient way to store flag values?

0 Answers  


What are all different types of pointers in c?

0 Answers  


Categories