main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / jaga
a=200*200
=40000/100
=400
a=400
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
Is it better to bitshift a value than to multiply by 2?
What is c language in simple words?
What does %p mean?
What is the translation phases used in c language?
What is spark map function?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Do you have any idea about the use of "auto" keyword?
What is function pointer c?
Do array subscripts always start with zero?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Is fortran faster than c?
List some applications of c programming language?
What is #error and use of it?
Explain what is the difference between null and nul?
what is a function method?give example?