Search This Blog

Saturday, 1 January 2022

Title: Print statement without using semicolan(;)

 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

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts