Suma simple de VC 6.0
Escribe así:
# include ltstdio.h gt
main()
{
int a, b, c;
p>
a = 10;
b = 20
c = a b
printf("d ", c; );
}
Simplemente escríbalo así y ejecútelo. . .
# include ltstdio.h gt
main()
{
int a, b, c;
p>
a = 10;
b = 20
c = a b
printf("d ", c; );
}
Simplemente escríbalo así y ejecútelo. . .