what is difference b/w extern & volatile variable??
Answer Posted / mani
extern variables are stored in CPU ,volatile variables are
temporary.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the 'named constructor idiom'?
what is the difference between class and unio?
Explain what will the preprocessor do for a program?
What is substring in c?
Is c is a procedural language?
Do character constants represent numerical values?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
praagnovation
Where in memory are my variables stored?
What is ponter?
What functions are in conio h?
Is that possible to add pointers to each other?
What is getch () for?
Is boolean a datatype in c?