πŸ“Š C++
Q. Find the output of below program.
Code:
class Mycpp
{
    
};

int main()
{
    Mycpp obj;
    return 0;
}
  • (A) Compilation Error - Constructor Missing
  • (B) Nothing would be printed
  • (C) Undefined
  • (D) In constructor
πŸ’¬ Discuss
βœ… Correct Answer: (B) Nothing would be printed

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
166
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
86%
Success Rate