Answer Posted / pur
if you use volatile variables then code optimization will
not happen at compilation time, so .o size will be more.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of c preprocessor?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a program to generate the Fibinocci Series
Which driver is a pure java driver
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is string function c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Tell us bitwise shift operators?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is structure and union in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is p in text message?
What should malloc(0) do?
Explain what is the difference between functions abs() and fabs()?
Which is more efficient, a switch statement or an if else chain?