When should the volatile modifier be used?
No Answer is Posted For this Question
Be the First to Post Answer
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
what is a non volatile key word in c language?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is the most efficient way to count the number of bits which are set in a value?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What is the use of #include in c?
What is main () in c language?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the difference between malloc() and calloc()?