Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
C output type question
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
C programming
Q. C Programming :Trace the output
int main()
{
int x;
for(x=1;x <=10;x++);
printf("%d",x);
return 0;
}
- Published on 22 Jun 15
a.
1 2 3 4 5 6 7 8 9 10
b.
10
c.
11
d.
None of the above.
ANSWER: 11
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
siya
-Posted on 16 Sep 18
after for loop there is a semicolon thats means the body of loop is empty and when condition become false the output will be printed and ie 11.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲