How to swap values between two variables without using a
third variable?
Answer Posted / srinivas
int a=2,b=3;
a=a+b-(b=a); /*now a=3, b=2*/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
sample and simple coding where we get?
Write a program to create a process in UNIX
which worker is involved in all the phases of SDLC?
Explain with examples any 2 features of OOPS.
hi viewers, tell me,what is scripting and programming, define and difference...pls
WHat is execution in manual testing and when will we start execution and what language we use in execution
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
details description on this mantis? who is founder of this mantis?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
what do u mean by tagging
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
in IBM PC -AT.WAT AT REFERS TO?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.