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
What is #line used for?
Is null valid for pointers to functions?
Write a program to print all permutations of a given string.
Write a program to print "hello world" without using a semicolon?
Why do we use null pointer?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are loops c?
Are the variables argc and argv are always local to main?
How to write a code for reverse of string without using string functions?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is header file definition?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What header files do I need in order to define the standard library functions I use?
c program to compute AREA under integral
How do I copy files?