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
How can I sort a linked list?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a program to swap two numbers without using third variable?
Is fortran faster than c?
What is "Hungarian Notation"?
Explain how do you convert strings to numbers in c?
What is the return type of sizeof?
what is the different bitween abap and abap-hr?
What do mean by network ?
What's the total generic pointer type?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are Macros? What are its advantages and disadvantages?
Why do we need a structure?
What is the size of enum in bytes?
What is function in c with example?