Hi, the following code compiles well but its nt showing output. Please specify what may be the error.. #include<stdio.h> #define...
the code for the quicksort that i implemented is as below : //******************** this routine implements quick sort taking first element as...
hello, i want to intentionally bypass the statement x=1; in the below program.but was unable to do. i am using gcc and gdb on fedora 8 linux on...
i have a structure struct node { int element; struct node* next; }; in one file "tree_stack.c" i have other file check_stack.c in which...
Please see the red marked statements below.If i try printf("%d",ch) instead of printf("%c",ch) then the loop is infinte before running for once...
Separate names with a comma.