STANDARD I/O & PROGRAM EXECUTION • CHALLENGE 1 OF 5
Assemble your very first C program: include standard I/O library <stdio.h>, print 'Hello, World!' to the console, and return 0.
Target Output: Hello, World!
Physical Computer RAM
Hardware ViewLive memory slots reserved inside the computer's RAM:
0x000I/O Buffer
stdout_stream
READY
RAM ARCH: 32-BIT4-BYTE CHUNKS
C Program (main.c)
gcc runtime1 int main() {
// (Click statements on right to assemble program)
2}
CPU Idle. Click ▶ Run C Code to execute.
Terminal Output (stdout)
Instruction Pipeline:
0 / 3Click the statement buttons below in execution order
C Statements (Click to Add):🔀 Shuffled