How to swap values between two variables without using a
third variable?
Answer Posted / joel pinto
a^=b^=a^=b;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how to add Servlet-api.jar file into eclipse 3.3.2 ?
< DL Compact > tag is used for
9.Difference between even and odd signals?explain with the diagram?
How do i find out the number of parameters passed into function?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Which language they use during interview?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
can we allocate memory for interface? if no then why?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
the systematic access of small computers in a distributed data processing system is referred as?
can any method return type may be constructor , or that method name allow
Is buffer size and file block size is similar? If similar,at which case it will be same size?
Diff between IF and where ?