main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / ismail
400
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
difference between object file and executable file
What is zero based addressing?
Is linux written in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What are type modifiers in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are the types of unary operators?
How is = symbol different from == symbol in c programming?
What is a program flowchart and how does it help in writing a program?
What is the -> in c?
What is the code in while loop that returns the output of given code?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the explanation for the dangling pointer in c?
What is int main () in c?