Computer Science, asked by sumitpawar300, 3 months ago

what is output
#include using namespace std; int main() { cout<<"Cpp Program";;;;; return 0 ; }

Answers

Answered by unofficialwork51
0

Answer:

Cpp Program

this will be the output of the program because no matter how much terminators we use compiler will only read one

Similar questions