TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3800
To review
5
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3800
To review
5
36 questions
Hard
3 votes466 runs1 comment
Write a C++ function that returns the sum of two integers.
Abha Agrawaat Dec 3, 2021
Hard
3 votes459 runs0 comment
Hard
1 vote487 runs0 comment
Which of the following sets of code will cause a compile time error?
Abha Agrawaat Dec 3, 2021
Hard
1 vote458 runs0 comment
C++: what is the output of the following code? `std::cout << &obj << std::endl;`
Abha Agrawaat Dec 3, 2021
Medium
1 vote424 runs0 comment
Write a C++ program that creates an array of 10 Person objects.
Abha Agrawaat Apr 7, 2023
Expert
1 vote154 runs0 comment
Expert
0 vote496 runs0 comment
What is the difference between a function declaration and a function prototype in C++?
Abha Agrawaat Nov 21, 2021
Easy
0 vote492 runs0 comment
C++ code to check if a number is between 0 and N
Abha Agrawaat Dec 3, 2021
Hard
0 vote489 runs1 comment
What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }
Abha Agrawaat Nov 8, 2023
Hard
0 vote487 runs1 comment
What is the value of a pointer to a function that has not been defined?
Abha Agrawaat Mar 5, 2024
Hard
0 vote485 runs1 comment
What is the purpose of the keyword `register` in C++?
Abha Agrawaat Nov 25, 2021
Hard
0 vote479 runs0 comment
How to determine the type of a variable at runtime in C++
Abha Agrawaat Nov 25, 2021
Expert
0 vote475 runs2 comments