Eight queens puzzle
No Answer is Posted For this Question
Be the First to Post Answer
write a program to copy the string using switch case?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is the use of bit field?
What do you understand by friend-functions? How are they used?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Which of these functions is safer to use : fgets(), gets()? Why?
list the no of files created when c source file is compiled
What are the advantages of c preprocessor?
Do you know the difference between malloc() and calloc() function?
Why do we use c for the speed of light?
Why header file is used in c?
what is the flow of execution in cprogram? ex:printf();,scanf();