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 / vaibhav

#define PRINT printf("%d",a+b)
void main()
{
int a=8,b=7;
PRINT;
getch();
}

Is This Answer Correct ?    30 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pointer variable in c language?

1154


Is that possible to add pointers to each other?

1426


How to write c functions that modify head pointer of a linked list?

1031


What does return 1 means in c?

1117


What is structure in c definition?

1111


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1107


Is c is a procedural language?

1130


Write a program to print fibonacci series using recursion?

1131


Write a function that will take in a phone number and output all possible alphabetical combinations

1100


Is it better to use malloc() or calloc()?

1174


Is array name a pointer?

1077


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3566


What are the different types of C instructions?

1373


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3147


When the macros gets expanded?

1484