C Language MCQ - English
Find the output of the following program.
void main()
{
Home | Discussion Forum
{
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) What are the types of linkages?
2) 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
3) If Escape sequence:
4) The name given to a sequence of instructions in a computer language to get the desired result is:
5) Which one of the following statements is incorrect?
A compiler compiles the source program.
An assembler takes an assembly program as input
A compiler does the same type of function as interpreter
None of the above
View Answer