what is difference b/w extern & volatile variable??
Answer Posted / deepa
extern is a keyword used to declare variables as global
varible.volatile variables are temporary variable
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what is the difference between 123 and 0123 in c?
What is pragma c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
State two uses of pointers in C?
What are header files in c programming?
How do you define a function?
How do I swap bytes?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Distinguish between actual and formal arguments.
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain what are header files and explain what are its uses in c programming?
Why is it important to memset a variable, immediately after allocating memory to it ?
Do you know null pointer?
how could explain about job profile
What is dynamic memory allocation?