Basics Of C Test 2 - Online Test
Test Difficulty Level: Medium
Syllabus of Test
General and basic questions on the C programming language.
Sample Question from this online test:
Question: What is the output of the following 'C' program?
main()
{
printf("%d%d%d,sizeof(3.14f),sizeof(3.14),sizeof(3.14l));
}
Option A: 4 4 4
Option B: 4 garbage value
Option C: 4 8 10
Option D: Error
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
- Functioning With Functions
- C Language: Repetitive Operation & Operator
- C Language: Conditional Statements and Operators
- Basics of C Language:Test 5
- Datatypes- The Building blocks
- C Language:Functions
- C Language: Conditional Statements
- C Language: Decision Control
- C Language: Control Instructions
- Operators in C Language
Comments
![]() | Aditya Prabhakar on 2008-08-09 06:16:00 wrote, @ Admin |
![]() | Sumit Sammy on 2009-11-27 07:52:03 wrote, check for Q.7 |
![]() | suraj lal on 2011-03-10 01:06:15 wrote, few ans ae contriducted |
![]() | suraj lal on 2011-03-10 01:15:50 wrote, good one |
![]() | saranya Rsh on 2011-06-19 07:00:39 wrote, u may give the explanation to the answers for the corresponding questions. |
![]() | Pon Vignesh kumar on 2011-07-27 08:00:10 wrote, please give answers with explanation for all questions.. it might be useful.. |
![]() | poo verma on 2011-11-04 12:56:52 wrote, 7 and 9 question answers i m not satisfied because the 7th ques condition is if(a<0.7) in this condition is false because a is 0.7 the condition is false so the ans is c++ not c |
![]() | poo verma on 2011-11-04 12:57:58 wrote, in the 9th question i++ and i++ all complier increase the value i think so not depend on the compiler |
![]() | anusha darisi on 2012-02-27 23:36:09 wrote, nice practise paper |
![]() | sudha sudha on 2012-04-18 12:22:29 wrote, Q1 solustion plz |





