C++ Quiz 2 | Englishfreetest.com
Here's the exercise 'C++ Quiz 2 | Englishfreetest.com' about Technical Quiz - Technical Tests.
Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology
You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.
Finally, click here to "Test" for start practice exercise .
Content test:
A.Variable name must start with underscore
B. Variable name must have digit
C. Variable name must have white space character
D. Keyword can not be a variable name
A. Error
B. Abort
C. Trap
D. Null
A.Compiler
B.Text editor
C.Operating system
D. All of above
A.float
B.real
C. int
D.double
A.Letters
B.Digits
C.Underscores
D.Spaces
A. ^
B.**
C.^^
D.None of the above
A.Assigned one object to another object at its creation
B.When objects are sent to function using call by value mechanism
C.When the function return an object
D.All the above
A. Standard template library
B.System template library
C.Standard topics library
D.None of the above
A.2
B. 4
C.8
D. Compiler dependent
A.cpp
B.g++
C.Borland
D.vc++