C Language MCQ - English
What number would be shown on the screen after the following statements of C are
Home | Discussion Forum What number would be shown on the screen after the following statements of C are executed?
char ch;
int i;
ch = 'G';
i = ch-'A';
printf("%d", i);
5
6
7
8
Answer : B
View More Related Question
1) C Language developed at _________?
AT & T's Bell Laboratories of USA in 1972
AT & T's Bell Laboratories of USA in 1970
Sun Microsystems in 1973
Cambridge University in 1972
View Answer
2) The language C is:
An assembly language
A third generation high level language
A machine language
None of the above
View Answer
3) Which type of errors are flagged by compilers ?
4) If Escape sequence:
5) The language understood by a computer without translation is called: