Answer Posted / babu
Declaraton an obj const announces that its value will not
be changed;declaring it Volatile announces that it has
special properties relevent to optimization[change].
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
What are disadvantages of C language.
Is there any data type in c with variable size?
What is a stream in c programming?
Describe static function with its usage?
What are the different types of objects used in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is it better to use a macro or a function?
Is it better to use malloc() or calloc()?
What is the difference between pure virtual function and virtual function?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is const and volatile in c?
Explain what is the heap?
What does main () mean in c?
What is wrong with this program statement? void = 10;
what are bit fields in c?