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 20,000 times without using inbuilt library
functions like printf,scanf,gets,puts,getchar or putchar

Answer Posted / dasari chaithanya

#include<stdio.h>
#include<conio.h>
void main()
{
char ch[20];
for(ch=0;ch<=20000;ch++)
if( printf("chaithanya"));
else if("data is wrong");
}

Is This Answer Correct ?    0 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a function method?give example?

2310


How many identifiers are there in c?

962


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1018


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1096


Why ca not I do something like this?

971


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1188


What is size of union in c?

977


What is a struct c#?

999


What are the standard predefined macros?

1068


What are types of structure?

1065


will u please send me the placement papers to my mail???????????????????

1794


what do you mean by enumeration constant?

957


how to execute a program using if else condition and the output should enter number and the number is odd only...

2207


What do you mean by scope of a variable in c?

972


How do you declare a variable that will hold string values?

1105