Forum: C May 23rd, 2008 |
| Replies: 12 Views: 1,756 here is the Code
#include<stdio.h>
main()
{
int x,y,ans=1;
printf("Enter Your Number:"); |
Forum: C May 23rd, 2008 |
| Replies: 12 Views: 1,756 wait let me do it and put the code in here |
Forum: C May 23rd, 2008 |
| Replies: 20 Views: 1,858 as far as i feel that we need both Variables. but depend on the Situation u can use global variables. but mostly i prefered to go with local variables. but if u feel that u badly want one ore two... |