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

Explain how can you determine the size of an allocated portion of memory?

1056


What are the 4 data types?

973


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

1061


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1078


What is the process to create increment and decrement stamen in c?

1008


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1661


Explain how do you search data in a data file using random access method?

1083


Where we use clrscr in c?

1100


a c code by using memory allocation for add ,multiply of sprase matrixes

2755


Is sizeof a keyword in c?

923


Write a program to print fibonacci series without using recursion?

1077


Explain how can I manipulate strings of multibyte characters?

1166


What is an example of structure?

988


Explain what is the advantage of a random access file?

1075


Difference between malloc() and calloc() function?

1145