We can see like most other languages; C uses the keyword if to implement the decision control instruction. The general form of if statement looks like below example.
if (this condition is true)
execute this statement;
https://i0.wp.com/www.technosap.com/wp-content/uploads/2019/01/C-Variable.png?fit=225%2C225&ssl=1225225Yasohttps://www.technosap.com/wp-content/uploads/2013/08/logo-small2.pngYaso2019-01-04 08:43:332019-01-04 08:47:02C-If Statement with Example
A function is a module or block of program code which deals with particular task. Making C functions is a way of isolating one block of code from other independent blocks of code. Every C Program consists of one or … Read More
https://i0.wp.com/www.technosap.com/wp-content/uploads/2019/01/C-Variable.png?fit=225%2C225&ssl=1225225Yasohttps://www.technosap.com/wp-content/uploads/2013/08/logo-small2.pngYaso2019-01-04 07:42:242019-01-04 07:42:24Functions in C Programming with example
C programming Comments are way of inserting remarks and reminders into a program without affecting its content. C Comments do not have a fixed place in program: the compiler treats them as though they were white space or blank characters … Read More
Everyone knows core of the C language is small and very simple to use, and special functionality is provided in the form of libraries of ready-made functions. Some of C libraries are provided for you, giving you access to many … Read More
C variable is a sequence of program code with a name (also called its identifier). A name or identifier in C can be anything from a single letter to word. The name of variable must begin with an alphabetic letter … Read More
https://i0.wp.com/www.technosap.com/wp-content/uploads/2019/01/C-Variable.png?fit=225%2C225&ssl=1225225Yasohttps://www.technosap.com/wp-content/uploads/2013/08/logo-small2.pngYaso2019-01-03 12:12:552019-01-04 04:38:09C Variable With Examples
Everyone knows “Hello World” program is the first step towards learning any programming language and also one of the simplest program you will learn in C Programming Language.
https://i0.wp.com/www.technosap.com/wp-content/uploads/2019/01/C-hello-world-program.jpg?fit=702%2C313&ssl=1313702Yasohttps://www.technosap.com/wp-content/uploads/2013/08/logo-small2.pngYaso2019-01-03 11:44:142019-01-03 11:45:16First C "Hello World!" Program
Social media marketing is the buzz today. In fact, it is now a core component of small business marketing strategies. The figures tell it all as 6 out of 10 small businesses in the US has social media incorporated into … Read More
https://i0.wp.com/www.technosap.com/wp-content/uploads/2019/01/Best-Social-Media-Platforms.jpg?fit=800%2C534&ssl=1534800Yasohttps://www.technosap.com/wp-content/uploads/2013/08/logo-small2.pngYaso2019-01-02 18:45:302019-01-02 18:50:58The 7 Best Social Media Platforms. How Much Does It Cost to Build Own?
C-If Statement with Example
/0 Comments/in C Programming /by YasoWe can see like most other languages; C uses the keyword if to implement the decision control instruction. The general form of if statement looks like below example.
The keyword C if … Read More
Functions in C Programming with example
/0 Comments/in C Programming /by YasoA function is a module or block of program code which deals with particular task. Making C functions is a way of isolating one block of code from other independent blocks of code. Every C Program consists of one or … Read More
C Comments
/0 Comments/in C Programming /by YasoC programming Comments are way of inserting remarks and reminders into a program without affecting its content. C Comments do not have a fixed place in program: the compiler treats them as though they were white space or blank characters … Read More
C Libraries – Quick Guide
/0 Comments/in C Programming /by YasoEveryone knows core of the C language is small and very simple to use, and special functionality is provided in the form of libraries of ready-made functions. Some of C libraries are provided for you, giving you access to many … Read More
C Variable With Examples
/0 Comments/in C Programming /by YasoC variable is a sequence of program code with a name (also called its identifier). A name or identifier in C can be anything from a single letter to word. The name of variable must begin with an alphabetic letter … Read More
First C “Hello World!” Program
/0 Comments/in C Programming /by YasoEveryone knows “Hello World” program is the first step towards learning any programming language and also one of the simplest program you will learn in C Programming Language.
Let start write the first C hello world program,
… Read MoreThe 7 Best Social Media Platforms. How Much Does It Cost to Build Own?
/0 Comments/in software /by YasoSocial media marketing is the buzz today. In fact, it is now a core component of small business marketing strategies. The figures tell it all as 6 out of 10 small businesses in the US has social media incorporated into … Read More