Computer Science, asked by jfaAr3svpkush, 1 year ago

Program in C Language to Print Your Name without Semicolon
Write a program in C language, to print your name without using any semicolon(;).

Answers

Answered by niteshkumar411
1
#include<stdio.h>void main()
{
    if (printf ("Nitesh Kumar"))
{    }}
Similar questions