Hello!
Is the following code valid?
#includeint main(void) { int a; a=4; }
If it is then I would like to see the value of "a" in the built-in output screen of the Atmelstudio6.1.
What will be the instruction if I want to see the value of a in the built-in output screen?
Thanks in advance!