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


Please Help Members By Posting Answers For Below Questions

How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1582


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3975


Explain about block scope in c?

657


What is s or c?

589


What is a stream in c programming?

588






Explain what is the difference between text files and binary files?

610


Explain what is the benefit of using #define to declare a constant?

604


How are portions of a program disabled in demo versions?

743


How can I dynamically allocate arrays?

585


Explain how can I write functions that take a variable number of arguments?

606


Explain the priority queues?

617


What is memcpy() function?

617


Write the Program to reverse a string using pointers.

613


Can you pass an entire structure to functions?

688


How can I avoid the abort, retry, fail messages?

651