C Language MCQ - English
Find the output of the following program.
void main()
{
i
Home | Discussion Forum
{
i
Find the output of the following program.
void main()
{
int i=065, j=65;
printf("%d %d", i, j);
}
53 65
65 65
065 65
053 65
Answer : A
View More Related Question
1) Bug means:
A logical errors in a program
A difficult syntax error in a program
Both a and b
None of the above
View Answer
2) The process of removing bugs is known as ___________.
3) The mapping from assembly language instructions into machine language instruction is:
4) A program written in mnemonics is called _________ program.
5) An algorithm is best described as:
A computer language
A step by step procedure for solving a problem
A branch of mathematics
None of the above
View Answer