Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are void pointers in c?

958


What does c mean before a date?

1097


Write a program to implement queue.

1065


What is a stream?

1078


How many types of errors are there in c language? Explain

923


What is the correct code to have following output in c using nested for loop?

1023


Explain heap and queue.

1006


What is output redirection?

1162


What happens if a header file is included twice?

981


What does %p mean c?

1016


write a progrmm in c language take user interface generate table using for loop?

1990


Write a program to print fibonacci series without using recursion?

1063


How can I dynamically allocate arrays?

1035


Why we not create function inside function.

2141


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

1012