Start Learning C As a matter of fact any language whether it is natural language (like Hindi, English, French, etc) or computer programming language, one has to learn basic constituents first. You have to learn C language in the same
Troubleshooting
Common issues with code blocks The most common error people see if things don’t work is a message like can’t find compiler executable in your search path (GNU GCC compiler) Sloution: Go to settings in the upper part click compiler
Test Code
First Program in C – test code Write your test code in empty file. (How to open empty file) main() { printf(“Hello User”); } Build and Run your code to press F9 function Key. Build is a process of converting
Installation of Code::blocks
Download code::blocks Here you will learn how to setup environment in order to make programs in C language and convert into an executable. Follow the instructions given below: Goto this website http://www.codeblocks.org/downloads Click “Download the binary release”. Select your operating
Introduction to C language
Introduction C language C language was developed by Dennis Ritchie in 1972 at AT & T’s Bell Labs, New Jersy, USA. C language is inspired from B language which was developed by Ken Thompson. 80% code of UNIX operating system