Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the real time usage volatile?

Answers were Sorted based on User's Feedback



What is the real time usage volatile?..

Answer / stylish_312

volatile int i=10;
main()
{
fun()
{
while(i==10)
{
...
}
printf("This will print..\n");
}
}
ANS:
if we are not using volatile int ,the loop will be keep on
exeecuting,so printf statement will not print...to break
this loop declare the variable as a volatile....

Is This Answer Correct ?    8 Yes 2 No

What is the real time usage volatile?..

Answer / braja28

that is one type of temporary storage

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

How to establish connection with oracle database software from c language?

0 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


WAP &#8211; represent a char in binary format

4 Answers   Motorola, Wipro,


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


how logic is used

0 Answers  


What is maximum size of array in c?

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


In header files whether functions are declared or defined?

1 Answers   TCS,


What is c standard library?

0 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Categories