Monday, 16 September 2019

#19 C Exercise - Program to print welcome without using semicolon


#include<stdio.h>
#include<conio.h>

void main()
{
       if(printf("welcome")
      {
      }       
}


No comments:

Post a Comment

Featured post

Development Of JAVA Program