C Language: Repetitive Operation & Operator - Online Test
Test Difficulty Level: Medium
Syllabus of Test
Question based on repetitive operation & operators of C- Language.
Sample Question from this online test:
Question: main()
{
int x=3,z;
z=x++ + 10;
printf("x=%d z=%d",x,z);
}
Option A: x=4 z=14
Option B: x=5 z=13
Option C: x=4 z=13
Option D: Error
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
Comments
No comment yet. Be the first to post a comment. |
