Search It!!!!

Mar 21, 2012

My first Program in C language

one of hard course from first semester until right now, is C language. Why ? because for me, in the beginning its hard to understand the mean of every command in C language. Beside that, to solve each problem in every practicum , we must found the best way to make the program as simple as possible, and this thing make the C languages is hard for me until right now. And now i will give you the source code of my first program in C language

/* File program : intro1.c */
#include <stdio.h>
main()
{
printf("Selamat datang dunia..!\n");
}

My post is seen like the older post, but trust me, i don't have other idea to posting in this blog, and this is my true experience

- Hardianto Dwi PA - 7511040038 -

No comments:

Post a Comment