Question: What is output? #include using namespace std; class Line () public: }; Line () { } int main() { cout < < No Such
What is output? #include using namespace std; class Line () public: }; Line () { } int main() { cout < < "No Such line"; ,} Line L1, *L2; return 0; No output O L1 *L2 O Compiler error O No Such Line
Step by Step Solution
There are 3 Steps involved in it
The output of the given code will be No Such line Explanat... View full answer
Get step-by-step solutions from verified subject matter experts
