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

Disadvantages of C language.

869


Explain About fork()?

870


Why is c called a structured programming language?

1018


What is use of null pointer in c?

766


Which is an example of a structural homology?

1065


Under what circumstances does a name clash occur?

967


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1741


How is null defined in c?

889


Explain a pre-processor and its advantages.

867


Who developed c language and when?

845


Explain the term printf() and scanf() used in c language?

845


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1649


How can I recover the file name given an open stream?

782


What happens if a header file is included twice?

824


Explain how can I right-justify a string?

830