![]() |
Variables problem.
I am using Dev-C++ compiler.
I wrote simple C code that does this: Code:
#include<stdio.h>What is the problem with the code? Thanks in advance. |
Re: Variables problem.
scanf("%d",a);
will be scanf("%d",&a); |
| All times are GMT +5.5. The time now is 01:36. |