₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,097 members, 8,429,319 topics. Date: Thursday, 18 June 2026 at 05:40 PM

Toggle theme

Sai963's Posts

Nairaland ForumSai963's ProfileSai963's Posts

1 (of 1 pages)

ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by sai963: 11:56am On Jul 07, 2018
Easy to start learning with C language make you understand other programming languages
It is easy to learn.
It is a structured language
It produces efficient programs
It can handle two-level machine languages

C language makes you understand easily with simple language like English alphabets.
Some examples of the use of C:
Operating system
Language compilers
Assemblers
Language Interpreters
And utilities
We can handle database easily

With the Applications of C language we can design different types of applications like designing system software (OS) and compilers, designing games software, database, we can solve mathematical operations.

Some of the instructions given below for using the symbols and special characters:
C Basic commands Explanation
#include <stdio.h> : This is a preprocessor command that includes standard input output header file(stdio.h) from the C library before compiling a C program
int main() : This is the main function from where execution of any C program begins.
{ :This symbol is the beginning of the main function.
/*_some_comments_*/ : C program, won’t be considered for compilation and execution.
printf(“Hello_World! “); printf command prints the output onto the screen.
getch(); This command waits for any character input from keyboard.
return 0; This command terminates C program (main function) and returns 0.
} This symbol is to end of the main function.

Learn Basic programming from fdaytalk
www.fdaytalk.com/software/

By sainath Rao Career advisor

1 (of 1 pages)