Answer Posted / priya
In computer programming,a variable or object declared
with the volatile keyword may be modified externally
from the declaring object. Variables declared to be
volatile will not be optimized by the compiler
because the compiler must assume that their values
can change at any time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
shorting algorithmS
Write a function that will take in a phone number and output all possible alphabetical combinations
What are types of structure?
What is the difference between int main and void main?
How can I make it pause before closing the program output window?
What is getch?
Do you know null pointer?
Wt are the Buses in C Language
Explain how do you determine whether to use a stream function or a low-level function?
how do you execute a c program in unix.
what are bit fields? What is the use of bit fields in a structure declaration?
What is use of integral promotions in c?
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
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list