what is difference b/w extern & volatile variable??
Answer Posted / sathya
extern keyword is used to strike the global declaration.
but volatile its indirectly change the values in externally
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is variable declaration and definition in c?
What is the purpose of ftell?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the two types of functions in c?
What are the types of unary operators?
Describe wild pointers in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why n++ execute faster than n+1 ?
Difference between linking and loading?
Should I learn data structures in c or python?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Suggesting that there can be 62 seconds in a minute?
What should malloc() do?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays