Answer Posted / sumit
b=abs((a=b)-(a+b));
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Is c easier than java?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Wt are the Buses in C Language
What is the use of in c?
Write a program to print ASCII code for a given digit.
What is the use of pointers in C?
What is ## preprocessor operator in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is call by reference in functions?
When should the register modifier be used? Does it really help?
What is the stack in c?
What is a buffer in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is volatile variable how do you declare it?