Sail E0 Webinar
Question
Find the output of the following program.
void main()
{
int i=065, j=65;
printf("%d %d", i, j);
}
Options:
A .  53 65
B .  65 65
C .  065 65
D .  053 65
E .  Syntax error
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers