Khaled Mohammad

175
reputation
7

“There is no end to learning” - Festo

Hello,

I am a person who loves to code and play with code.I currently program in C,VB.NET.I love learning about computers and how they work and make the computer work in way by my code that it can serve its purpose.

#include <stdio.h>
#include <myinfo.h>

int main(void)
{
    Me.name = "Khaled Mohammad";
    Me.sex = MALE;
    Me.hobby = "Coding";
    printf("Hello,I am Khaled Mohammad and I am programmer\n");
    printf("I love coding and learning!\n");
    printf("Lets learn from eachother! \n);

}