main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / rukmanee
int a=200*200/100;
=200*2;
=400;
the value of a=400
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How do you convert strings to numbers in C?
What is the difference between text files and binary files?
What is memory leak in c?
Are global variables static in c?
What is the difference between fread buffer() and fwrite buffer()?
What is a floating point in c?
What is null pointer in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Explain what is the purpose of "extern" keyword in a function declaration?
Why should I prototype a function?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What are different types of variables in c?
Which built-in library function can be used to match a patter from the string?
In a byte, what is the maximum decimal number that you can accommodate?
Can we initialize extern variable in c?