Eight queens puzzle
No Answer is Posted For this Question
Be the First to Post Answer
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
can i know the source code for reversing a linked list with out using a temporary variable?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
How can I find the modification date of a file?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
Can you please explain the difference between malloc() and calloc() function?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is structure pointer in c?
how to find your architecture is LittleEndian or BigEndian?
write a program to delete an item from a particular location of an linear array?
Why is c so popular?
List some basic data types in c?