This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

executing problem

i have struggle in exexcuting section..........
i created one new project->yuvanyaj

Then i created souce file - > yuvan.c

Then added to target.........

then i rebuilt my target.........

It showed no 0 errors 0 warnings...
Then i debugged....
but i didn't get the result....

My code is very simple

#include<stdio.h>
#include<reg52.h>
void main()
{ while(1) { printf("hello yuvaraj"); }
}

please help to get result

0