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
Explain Basic concepts of C language?
What is extern c used for?
Can you write the algorithm for Queue?
Do you know the use of 'auto' keyword?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Is c language still used?
What is a pointer on a pointer in c programming language?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Tell us something about keyword 'auto'.
differentiate built-in functions and user – defined functions.
How can I do serial ("comm") port I/O?
What functions are used in dynamic memory allocation in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is extern variable in c with example?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.