print ur name without using any semicolon in c/c++....
Answer Posted / amit mishra
#include<stdio.h>
void main()
{
if (clrscr())
if(printf("\n Asheesh sharma"))
{
}
if(printf("\n Asha sharma"))
{
}
if(printf("\n Amit mishra"))
{
}
if(printf("\n Ankit mishra"))
{
}
if(getch())
{
}
}
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is d scanf?
What are the uses of a pointer?
What does the c in ctime mean?
What are lookup tables in c?
How do you do dynamic memory allocation in C applications?
What do you know about the use of bit field?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Differentiate between static and dynamic modeling.
Why is c known as a mother language?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
When was c language developed?
What is null pointer constant?
What are the different data types in C?
Process by which one bit pattern in to another by bit wise operation is?
What are the 4 types of organizational structures?