Basics Of C Test 5 - Online Test
Test Difficulty Level: Medium
Syllabus of Test
C Language: Questions based on the basic knowledge of C.
Sample Question from this online test:
Question: What is the final value of digit ?
main()
{
int digit;
for(digit=0;digit<=9;++digit)
printf("%d/n",digit);
digit=2*digit;
--digit;
}
Option A: 19
Option B: -1
Option C: 17
Option D: 16
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
Comments
![]() | gajendra kumar jena on 2009-02-16 19:39:14 wrote, most of the ques are incorrect |
![]() | Yatendra Kumar Raghav on 2009-02-17 16:40:49 wrote, @gajendra kumar jena, |


