Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
CPP 3 online test, online practice test, exam, quiz
Online Practice Test
>
CPP 3
CPP 3 Online Test
The purpose of this online test is to help you evaluate your CPP 3 knowledge yourself. These Multiple Choice Questions (MCQs) on CPP 3 will prepare you for technical round of job interview, written test and many certification exams.
The test contains 18 questions and there is no time limit. You will get 1 point for each correct answer. You will get your online test score after finishing the complete test.
(Total
18
questions)
(Time spent
0:0
)
1. Write the output of the following:
char *mychar; //points to memory location 1000
short *myshort; //points to memory location 2000
long *mylong; //points to memory location 3000
mychar++;
++myshort;
mylong++;
cout << mychar << myshort << mylong;
1001 2001 3001
1001 2002 3004
1001 2001 3002
1001 2001 3004
View Test Answer
Online Practice Test
C test (42)
C (12)
C++ for beginners (10)
C++ (20)
C++ (24)
C++ (18)
C++ (14)
C++ (12)
C++ (15)
C++ (15)
Data structure (20)
Data structure (10)
Data structure (10)
Data structure (10)
PERL (25)
VC++ (11)
Oops (30)
Mainframe (41)
Mainframe (15)
Embedded systems (15)
OOAD (49)
MCQs
English
Tutorials
Download
Advertisement
▲