Table of Sudoku n*n
No Answer is Posted For this Question
Be the First to Post Answer
What is pragma in c?
Do pointers take up memory?
how to use virual function in real time example
What is pass by reference in functions?
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
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
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
What is equivalent to ++i+++j?
How many types of sorting are there in c?
Are comments included during the compilation stage and placed in the EXE file as well?
what is available in C language but not in C++?
10 Answers CTS, TCS,