C Language: Control Statement - Online Test
Test Difficulty Level: Medium
Syllabus of Test
C Language: Questions based on Control Statement of C.
Sample Question from this online test:
Question: main()
{
float a=12.25, b=13.65;
if(a=b)
printf(:"a and b are equal");
else
printf("a and b are not equal");
}
Option A: a and b are not equal
Option B: a and b are equal
Option C: None
Option D: Error
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
Comments
![]() | Debmalya Das Barman on 2008-10-08 20:41:03 wrote, freeking options--- |
![]() | kripal singh thakur on 2010-08-04 13:39:25 wrote, Kripal singh thakur : som questions are wrong in C language Control statements |
![]() | zzzzz llllllllll on 2011-01-28 07:33:31 wrote, Question 1 -correct answer is D not B |
![]() | tushar joshi on 2011-07-15 00:50:35 wrote, ok |
![]() | prashant khandelwal on 2011-11-12 05:15:48 wrote, In the above questions there are a lot of mistakes pls visit it before taking the exam.................... |
![]() | Abhinav Vaidya on 2012-03-22 09:41:11 wrote, Expplation was good in few question ....thanks :) |



