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

Can you subtract pointers from each other? Why would you?

0 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


What is a lvalue

0 Answers   Global Logic,


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  






Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


What is difference between far and near pointers?

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture, TCS,


What are qualifiers and modifiers c?

0 Answers  


Categories