1.

Write a program to print the message“SMOKING IS INJURIOUS TO HEALTH” on

Answer»

#include<iostream>

using namespace std; 

int main()

cout<<” SMOKING IS INJURIOUS TO HEALTH”; 

}



Discussion

No Comment Found

Related InterviewSolutions