TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
77
To review
4
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
77
To review
4
81 questions
Hard
5 votes293 runs0 comment
Hard
3 votes504 runs1 comment
Write a C++ function that returns the sum of two integers.
Abha Agrawaat Dec 3, 2021
Hard
3 votes493 runs0 comment
C++: what is the output of the following code? `std::cout << &obj << std::endl;`
Abha Agrawaat Dec 3, 2021
Medium
3 votes412 runs1 comment
Easy
3 votes389 runs0 comment
Expert
2 votes519 runs2 comments
Hard
2 votes515 runs1 comment
What is the difference between a friend and a friend function in C++?
Abha Agrawaat Dec 3, 2021
Hard
2 votes494 runs1 comment
Medium
2 votes470 runs0 comment
What is the output of the following C++ code?
Abha Agrawaat Dec 3, 2021
Medium
2 votes458 runs1 comment
Write a C++ program that creates an array of 10 Person objects.
Abha Agrawaat Apr 7, 2023
Medium
2 votes428 runs1 comment
Easy
2 votes419 runs0 comment
Hard
2 votes395 runs0 comment
Easy
2 votes375 runs0 comment
Write a C++ program that displays a memory address.
Samuelat Mar 28, 2022
Hard
1 vote524 runs1 comment
What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }
Abha Agrawaat Nov 8, 2023