TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
80 questions
Hard
5 votes318 runs0 comment
Hard
4 votes527 runs1 comment
Write a C++ function that returns the sum of two integers.
Abha Agrawaat Dec 3, 2021
Medium
3 votes516 runs0 comment
C++: what is the output of the following code? `std::cout << &obj << std::endl;`
Abha Agrawaat Dec 3, 2021
Easy
3 votes411 runs0 comment
Expert
2 votes545 runs2 comments
Hard
2 votes538 runs1 comment
What is the difference between a friend and a friend function in C++?
Abha Agrawaat Dec 3, 2021
Medium
2 votes524 runs0 comment
Medium
2 votes495 runs0 comment
What is the output of the following C++ code?
Abha Agrawaat Dec 3, 2021
Medium
2 votes475 runs1 comment
Write a C++ program that creates an array of 10 Person objects.
Abha Agrawaat Apr 7, 2023
Medium
2 votes456 runs1 comment
Easy
2 votes447 runs0 comment
Hard
2 votes420 runs0 comment
Easy
2 votes399 runs0 comment
Write a C++ program that displays a memory address.
Samuelat Mar 28, 2022
Hard
1 vote545 runs0 comment
Which of the following sets of code will cause a compile time error?
Abha Agrawaat Dec 3, 2021
Hard
1 vote541 runs1 comment
What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }
Abha Agrawaat Nov 8, 2023