what is the difference between a looping statement and a
decision statement
Answer Posted / paravati
Distinguish between decision making and looping statements ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Find out the list of roles which gives access to GUI activities? thanks in advance
how pseudo column works?
the systematic access of small computers in a distributed data processing system is referred as?
what are the advantages of sap on other software ?
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
How can we develop a multi-tier application in Java?
what is dot net framework
what are the 3 forms of a prolog term
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
how can i split string in a textbox in windows appication using C#.net