it was asked by someone to me. I have only IA32. The int* is unsigned integer (as pointing to an address) and int both have same size of 64bits...
int main() { int* p; p = (int*)malloc(sizeof(int)); *p = 10; return 0; } Though this works fine on IA-32, but...
Thanks a ton xpi0t0s!! Its was a great info!!:happy:
thats fine.. but what is going wrong when d=-1 ? Thanks
Hi, the following code compiles well but its nt showing output. Please specify what may be the error.. #include<stdio.h> #define...
i am not able to view the site due to some plugins problem as i dont have a net connection and i am using this internet through a cyber...
the code for the quicksort that i implemented is as below : //******************** this routine implements quick sort taking first element as...
i can skip the statement x=1,but i wanted to do it through stack overflow.I am using linux machine with AMD64 processor..i going through all the...
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...
thanks buddy.. that worked!!! :)
there are two files: /************ stack.check.c */ #include<stdio.h> #include"tree_stack.c" struct node { int element; struct node* next;...
hey, thanks all for the help. I tried using fflush just before calling scanf function like: fflush(stdin ); scanf("%c",ch);...
Separate names with a comma.