what is volatile in c language?

Answer Posted / lingaraj a

The programmer just give inform to compiler the value of
variable will change at any time without any action being by
program. The change will be made by hardware or external source.

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a char in c?

533


What are the rules for identifiers in c?

559


What are the similarities between c and c++?

574


What are the types of functions in c?

549


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2659






How many keywords are there in c?

567


What is the general form of a C program?

575


How is a macro different from a function?

633


What does %d do in c?

525


What is binary tree in c?

605


Is c is a high level language?

592


What is conio h in c?

602


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1624


What is #pragma statements?

563


What does calloc stand for?

621