| Back to Questions Page |
| |
| Question |
what is the difference between #include<> and #include”…”? |
Rank |
Answer Posted By |
|
Question Submitted By :: A. Sujatha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | #include<>, include the predefined header files, but
#include"...." include the userdefined header files in c
program. in this within "...." we mention the path where
the users header file is stored.  |
| Kush Joshi |
| |
| |
| Question |
What are volatile variables? |
Rank |
Answer Posted By |
|
Question Submitted By :: A. Sujatha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Volatile variable will be used when we are dealing with
external memory, external device and interrupt service
routine. In these situation if some variable needs update
or gets update without user knowledge in that case variable
should be declared as VOLATILE. otherwise we may loose
these update.  |
| Manoj |
| |
| |
|
| |
|
Back to Questions Page |