main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / pawan singh
400
| Is This Answer Correct ? | 12 Yes | 14 No |
Post New Answer View All Answers
What is the usage of the pointer in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Is void a keyword in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is pivot in c?
Explain what is the benefit of using enum to declare a constant?
Write a program to swap two numbers without using a temporary variable?
why we wont use '&' sing in aceesing the string using scanf
Why is c fast?
What is || operator and how does it function in a program?
What are global variables?
What is spaghetti programming?
What is meant by inheritance?
Explain how can I pad a string to a known length?
What is volatile, register definition in C