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 the 10 different models of writing an addition program in C language?

1893


Write a factorial program using C.

1073


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

1159


Explain what are linked list?

1043


Why is c known as a mother language?

1239


What is variable in c example?

1066


Are there any problems with performing mathematical operations on different variable types?

1038


What is strcpy() function?

1138


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2242


How to write a code for reverse of string without using string functions?

2141


What will be the outcome of the following conditional statement if the value of variable s is 10?

1284


How can you increase the allowable number of simultaneously open files?

1152


Can include files be nested? How many levels deep can include files be nested?

1152


What is omp_num_threads?

1078


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1362