Today we create our first program in C language (dev C) At first we learn our first coding in C language "Showing Hallow word" For more click here // Hallow word // #include #include #include main() { printf("\n hallow guys");… Read more »
Basics of C programming History of C programming
History of C programming Brain Kernighan , Dennis Ritchie C was invented primarily by Brain Kernighan , Dennis Ritchie working at AT&T Bell Labs in the United States. So the story goes, they used to play an … Read more »
Basics of C programming Why you would want to learn C Programming Language ?
Why you would want to learn C Programming Language ? image taken from google image Before beginning the question "Why you would want to learn c programming ", Lets discuss about why we have to learn programming and also ,what is comput… Read more »
Learn about Microsoft Visual Basic 2010 Writing Your First Program Step by Step
Writing Your First Program After completing this chapter, you will be able to: Create the user interface for a new program. Set the properties for each object in your user interface. Write program code. Save and run the program. Build an executabl… Read more »