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...

write a addition of two no. program with out using
printf,scanf,puts .

Answer Posted / honey

void main()
{
char a,;
int i;
for(i=0;i<5;i++)
{
a=getchar();
}
for(i=0;i<5;i++)
{
putchar(a)l
}
}

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define and explain about ! Operator?

1041


How do you convert strings to numbers in C?

1292


What is the value of c?

1128


What are header files why are they important?

1150


What is indirection in c?

1114


How do you view the path?

1176


Explain what is the difference between functions abs() and fabs()?

1255


What are derived data types in c?

1125


write a proram to reverse the string using switch case?

3001


How do you list a file’s date and time?

1105


How to explain the final year project as a fresher please answer with sample project

1020


What is variables in c?

1090


What are the advantages of c language?

1146


What are the advantages of Macro over function?

2090


Explain what is the purpose of "extern" keyword in a function declaration?

1117