TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3919
To review
40
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3919
To review
40
39 questions
Hard
4 votes544 runs1 comment
Write a C++ function that returns the sum of two integers.
Abha Agrawaat Dec 3, 2021
Medium
3 votes531 runs0 comment
C++: what is the output of the following code? `std::cout << &obj << std::endl;`
Abha Agrawaat Dec 3, 2021
Expert
2 votes561 runs2 comments
Hard
2 votes559 runs1 comment
What is the difference between a friend and a friend function in C++?
Abha Agrawaat Dec 3, 2021
Medium
2 votes541 runs0 comment
Medium
2 votes510 runs0 comment
What is the output of the following C++ code?
Abha Agrawaat Dec 3, 2021
Medium
2 votes495 runs1 comment
Write a C++ program that creates an array of 10 Person objects.
Abha Agrawaat Apr 7, 2023
Hard
1 vote560 runs0 comment
Which of the following sets of code will cause a compile time error?
Abha Agrawaat Dec 3, 2021
Hard
1 vote558 runs1 comment
What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }
Abha Agrawaat Nov 8, 2023
Hard
1 vote533 runs2 comments
Expert
1 vote258 runs0 comment
Hard
0 vote564 runs2 comments
What is the purpose of the keyword `register` in C++?
Abha Agrawaat Nov 25, 2021
Expert
0 vote564 runs0 comment
What is the difference between a function declaration and a function prototype in C++?
Abha Agrawaat Nov 21, 2021
Easy
0 vote561 runs0 comment
C++ code to check if a number is between 0 and N
Abha Agrawaat Dec 3, 2021