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 is pragma in c?

1 Answers  


Do pointers take up memory?

1 Answers  


how to use virual function in real time example

1 Answers   CTS, Wipro,


What is pass by reference in functions?

1 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

3 Answers   Aricent, Manipal University,


How arrays can be passed to a user defined function

1 Answers  


What is equivalent to ++i+++j?

1 Answers  


How many types of sorting are there in c?

1 Answers  


Are comments included during the compilation stage and placed in the EXE file as well?

1 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


Categories