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

Answer Posted / manish kumar

#include<stdio.h>
#include<conio.h>
int main()
{
while(printf("manish")&&getch())
{
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between ++a and a++?

698


What is calloc()?

630


What is the most efficient way to store flag values?

690


What are the different types of errors?

647


What are called c variables?

575






Explain what are multibyte characters?

630


Why void main is used in c?

560


What language is windows 1.0 written?

576


What is spaghetti programming?

671


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

626


What is the value of h?

594


How do you initialize pointer variables?

615


Why c is a procedural language?

585


C language questions for civil engineering

1246


What is the difference between variable declaration and variable definition in c?

565