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
Disadvantages of C language.
Explain About fork()?
Why is c called a structured programming language?
What is use of null pointer in c?
Which is an example of a structural homology?
Under what circumstances does a name clash occur?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How is null defined in c?
Explain a pre-processor and its advantages.
Who developed c language and when?
Explain the term printf() and scanf() used in c language?
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
How can I recover the file name given an open stream?
What happens if a header file is included twice?
Explain how can I right-justify a string?