Answer Posted / kala
it is the variable which can be modified outside of the
program. i.e hardwares can modify this variable. To avoid
compiler optimization we can use volatile.
this is used for memory mapped hardware and shared memory
usuage.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
while initialization of array why we use a[][2] why not a[2][]...?
In C programming, what command or code can be used to determine if a number of odd or even?
Dont ansi function prototypes render lint obsolete?
Can you assign a different address to an array tag?
What are loops in c?
Tell me what is the purpose of 'register' keyword in c language?
What is null pointer in c?
Define C in your own Language.
What is scanf () in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is array of structure in c programming?
What is printf () in c?
What is sizeof array in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain can you assign a different address to an array tag?