I know this may sound like a very basic/dumb question. But to put an example in Pascal,
Program prueba ;
var
a : integer ;
begin
write(a) ;
end.
For example, if I were asked what the write(a) prints on the screen, what would it print?
I know this may sound like a very basic/dumb question. But to put an example in Pascal,
Program prueba ;
var
a : integer ;
begin
write(a) ;
end.
For example, if I were asked what the write(a) prints on the screen, what would it print?