/* ex0605.c */ #include <stdio.h> int main() { int start = 123; printf("The starting value is %d\n", start); return(0); }
The starting value is 123 Process returned 0 (0x0) execution time : 0.084 s Press any key to continue.
Tidak ada komentar:
Posting Komentar