print ur name without using any semicolon in c/c++....

Answer Posted / deepjoy das

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Deep"))
{
}
}

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the argument of a function in c?

576


Which header file is used for clrscr?

583


Explain the Difference between the New and Malloc keyword.

688


Is swift based on c?

641


What are register variables? What are the advantage of using register variables?

687






What are header files why are they important?

583


What is a pragma?

671


What is an auto keyword in c?

644


How are structure passing and returning implemented?

593


What is the concatenation operator?

614


What is getch c?

858


What does %d do?

727


What are the advantage of c language?

554


Explain can static variables be declared in a header file?

682


Explain enumerated types.

600