Answer Posted / pur
if you use volatile variables then code optimization will
not happen at compilation time, so .o size will be more.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which type of language is c?
How the c program is executed?
Write a program to show the change in position of a cursor using c
Are there any problems with performing mathematical operations on different variable types?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Can we declare a function inside a function in c?
write a program in c language to print your bio-data on the screen by using functions.
What is variable initialization and why is it important?
Why does everyone say not to use scanf? What should I use instead?
Difference between malloc() and calloc() function?
What is an array? What the different types of arrays 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. The Logic should be written in Data Structures?
What language is c written?
What is ambagious result in C? explain with an example.
What are the 5 types of inheritance in c ++?