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

sir i wanted to know how we wap in c to add numbers without
using arithmetic operator in which digits are entered by
user?

Answer Posted / sheshivardhan reddy.rayala

using aadd()function we can add the arguements without
using arithmetic operator

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do character constants represent numerical values?

1284


What is the use of pragma in embedded c?

998


What is the code in while loop that returns the output of given code?

1890


C program to find all possible outcomes of a dice?

2274


What are variables and it what way is it different from constants?

1190


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2075


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2037


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

1052


Here is a neat trick for checking whether two strings are equal

965


What is array of pointers to string?

996


What is pointers in c with example?

1018


Differentiate fundamental data types and derived data types in C.

983


Are pointers integers in c?

1025


What are the advantages of using new operator as compared to the function malloc ()?

1266


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1071