main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / ismail
400
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
Explain the meaning of keyword 'extern' in a function declaration.
program to convert a integer to string in c language'
What are the key features in c programming language?
Write a program in c to replace any vowel in a string with z?
What is exit() function?
What is c system32 taskhostw exe?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How do you view the path?
What is the difference between new and malloc functions?
What is action and transformation in spark?
What is the difference between functions getch() and getche()?
What is meant by preprocessor in c?
What is #include stdio h and #include conio h?
What is a function in c?