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 const volatile?

Answer Posted / n

read-only data which should not be optimized by compiler
because it might be modified by some ways unknown by
compiler.(ex: HW, or even by other thread if we have const
volatile int *p for example, where p is the address of some
variable which is not const).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the test cases for checking a variable having value in range -10.0 to +10.0?

2368


What is 2c dna?

1128


What is volatile c?

1088


What is hungarian notation? Is it worthwhile?

1272


what will be the output for the following main() { printf("hi" "hello"); }

11163


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1133


Write a simple code fragment that will check if a number is positive or negative.

1208


Write a program to generate the Fibinocci Series

1299


How can I trap or ignore keyboard interrupts like control-c?

1116


How can I read data from data files with particular formats?

1092


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1166


What are the benefits of c language?

1228


What is difference between union and structure in c?

1244


What is null pointer in c?

1044


What are the 4 types of functions?

1109