TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
16
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
16
39 questions
Hard
3 votes501 runs1 comment
Write a C++ function that returns the sum of two integers.
Abha Agrawaat Dec 3, 2021
Hard
3 votes490 runs0 comment
C++: what is the output of the following code? `std::cout << &obj << std::endl;`
Abha Agrawaat Dec 3, 2021
Expert
2 votes516 runs2 comments
Hard
2 votes513 runs1 comment
What is the difference between a friend and a friend function in C++?
Abha Agrawaat Dec 3, 2021
Hard
2 votes491 runs1 comment
Medium
2 votes466 runs0 comment
What is the output of the following C++ code?
Abha Agrawaat Dec 3, 2021
Medium
2 votes455 runs1 comment
Write a C++ program that creates an array of 10 Person objects.
Abha Agrawaat Apr 7, 2023
Hard
1 vote521 runs1 comment
What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }
Abha Agrawaat Nov 8, 2023
Hard
1 vote515 runs0 comment
Which of the following sets of code will cause a compile time error?
Abha Agrawaat Dec 3, 2021
Medium
1 vote497 runs0 comment
Expert
1 vote212 runs0 comment
Expert
0 vote531 runs0 comment
What is the difference between a function declaration and a function prototype in C++?
Abha Agrawaat Nov 21, 2021
Easy
0 vote517 runs0 comment
C++ code to check if a number is between 0 and N
Abha Agrawaat Dec 3, 2021
Hard
0 vote516 runs1 comment
Compile time error as object of class Circle cannot be created
Abha Agrawaat Jul 19, 2024
Hard
0 vote515 runs1 comment
What is the value of a pointer to a function that has not been defined?
Abha Agrawaat Mar 5, 2024