Table of Sudoku n*n


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the restrictions of a modulus operator?

0 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


What is function definition in c?

0 Answers  


Explain built-in function?

0 Answers  






write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Where register variables are stored in c?

0 Answers  


What is page thrashing?

0 Answers  


What is an lvalue?

0 Answers  


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

2 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


Categories