main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / sreepal
-255
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the rules for identifiers in c?
What is an identifier?
What is variable in c example?
How do you sort filenames in a directory?
Explain the ternary tree?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is modeling?
What is a file descriptor in c?
Is c dynamically typed?
Is that possible to add pointers to each other?
How the c program is executed?
What are identifiers and keywords in c?
how to capitalise first letter of each word in a given string?
Are pointers integers in c?