how many trailing zeroes are there in 100! (100 factorial)?
Answer Posted / gabry
21
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between in memory database and physical database
can we extend a class having only one parameterised constructor.Suggest the process to do it.
what do u mean by tagging
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.
Give examples of macro quoting function?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
how can i split string in a textbox in windows appication using C#.net
How will you prove that java swing is multithreaded?
what is apt_dump_score in datastage where it is useful
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
what is the difference between an OS(operating system) and Framework?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Can we write a method in JSP.If so how?