What does 3 mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147
When would you use a pointer to a function?
what are the different storage classes in c?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
main() { printf(5+"Vidyarthi Computers"); }
what is difference between array of characters and string
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
Write a program to generate prime factors of a given integer?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
What is the difference between malloc() and calloc() function in c language?
what are bitwise shift operators?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,