main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / shafi
int a=200*200/100;/*it is related with assignment operator so
it's right->left shift*/
=200*2;
=400;
the value of a=400
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to reverse a string.
what is bit rate & baud rate? plz give wave forms
What is function in c with example?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a Program to find whether the given number or string is palindrome.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is declaration and definition in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are different types of pointers?
What is %lu in c?
Why c is called procedure oriented language?
I have a varargs function which accepts a float parameter?
What are the benefits of organizational structure?
What is string concatenation in c?
When should structures be passed by values or by references?