main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / vignesh1988i
output is : 400
| Is This Answer Correct ? | 37 Yes | 18 No |
Post New Answer View All Answers
In a switch statement, what will happen if a break statement is omitted?
Explain the use of #pragma exit?
What is the purpose of sprintf() function?
What do you mean by c what are the main characteristics of c language?
What is a static variable in c?
regarding pointers concept
What is formal argument?
What are lookup tables in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why does everyone say not to use gets?
Explain the properties of union.
List some of the static data structures in C?
What are the standard predefined macros?
What do you mean by command line argument?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping