Latest Discussions ::
Hi,
I have a web page with a button. The html code FORM ACTION invokes a C executable,...
int x=5;
int y=5;
int* pointer=&y;
printf(" x is, %d\n",x);
printf(" y is, %d\n",y);...
Hello everyone, here comes a post from your C/C++ moderator!
With all schools opening...
General rules for the whole Programmer's Heaven site:
- All messages that are racist,...
How can i re-write the following code as follows:
******
Modify dem09-2.cpp to use an...