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
How do I use strcmp?
Explain what is the concatenation operator?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Why is c called "mother" language?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is a volatile keyword in c?
What is wrong with this program statement?
Difference between Shallow copy and Deep copy?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Difference between constant pointer and pointer to a constant.
How to declare a variable?
p*=(++q)++*--p when p=q=1 while(q<=6)
List out few of the applications that make use of Multilinked Structures?
code for quick sort?
What is function prototype in c with example?