C Language MCQ - English
Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
0289
1289
713
Syntax error
Answer : D
View More Related Question
1) Who is father of C Language?
2) The process of removing bugs is known as ___________.
3) The part of a machine level instruction, which tells the central processor what has to be done, is:
4) Which of the following is not one of the processes that a high-level language program must go through before it is ready to be executed?
5) A ___________ symbol is represented by a circle and a letter or digit placed within the circle.