Title: Print statement without using semicolan(;)
Program:
#include<iostream>
using namespace std;
int main()
{
if(cout<<"print this statement")
{
}
// switch(cout<<"print another stement")
// {
//
//
// }
printf("hi this is dnyaneshwar");
return 0;
}
No comments:
Post a Comment