c program to print a name without using semicolon

Answer Posted / nirbhay gupta

#define $ ;
main()
{
printf("i am Nirbhay Gupta")$
printf("right")$
}

Is This Answer Correct ?    5 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an lvalue?

634


What happens if header file is included twice?

651


What is character constants?

712


Why is main function so important?

612


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4176






Which is better malloc or calloc?

647


what is the significance of static storage class specifier?

1660


What are high level languages like C and FORTRAN also known as?

683


What is maximum size of array in c?

582


What is the -> in c?

580


What is typedf?

665


Tell me what is null pointer in c?

613


What is difference between scanf and gets?

610


If you know then define #pragma?

674


What is NULL pointer?

672