hey
I am newbie to c language and have Xcode as my default IDE and i am facing problem while running code
its shows message that build succeeded but no output is shown??
can u help me out...
hey
I am newbie to c language and have Xcode as my default IDE and i am facing problem while running code
its shows message that build succeeded but no output is shown??
can u help me out...
You built your code, and it built successfully.
You now need to run it. Press the big Run button - it's the button just to the left of the "C LANGUAGE" text in the top bar.
Press Cmd + B to build your project.
Press Cmd + R to build and run your project.
If code needs building first, pressing Cmd + R will build and run the project.
you may also have run into a situation where the IDE is not showing the program's output. In the screenshot you posted, the output is not shown. While (or after) running the program, disclose the output pane by clicking on the little disclosure button. It the furthest right button on the bottom of your screenshot.