how many trailing zeroes are there in 100! (100 factorial)?
Answer Posted / gabry
22
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
Explain polymorphism. Provide an example.
smal talk is pure object oriented or not?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Write a program to find whether a given number is prime or not.
what is the use MDM(Master Data Management)and meaning
Difference between delegates and Events?
when will triggars the at new event in abap and web dybn pro?
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)
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
How can we develop a multi-tier application in Java?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..