main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / vignesh1988i
output is : 400
| Is This Answer Correct ? | 37 Yes | 18 No |
Post New Answer View All Answers
What is a pragma?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why doesnt the call scanf work?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What does main () mean in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
simple program of graphics and their output display
Who developed c language and when?
Can you think of a logic behind the game minesweeper.
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What kind of structure is a house?
What are header files in c?
What is anagram in c?
what is the role you expect in software industry?