how to implement stack work as a queue?
Answers were Sorted based on User's Feedback
to convert a string without using decrement operater and string functions
difference between Low, Middle, High Level languages in c ?
Why does this code crash?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is the difference between char array and char pointer?
what about "char *(*(*a[])())();"
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
What do you mean by invalid pointer arithmetic?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the size of structure in c?