Eight queens puzzle
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between malloc() and calloc() function?
what is a function pointer and how all to declare ,define and implement it ???
What does the format %10.2 mean when included in a printf statement?
How to throw some light on the b tree?
write a program which will count occurance of a day between two dates.
Difference between Function to pointer and pointer to function
What are the types of data files?
What are c preprocessors?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
what are the compilation steps? ( i want inside the compiler )
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.