Looping Examples in C

Example : A program in C to find out the simple interest of given values using a while/do-while loop with a yes-no option. Example : Write a program in C to display the Infinite loop concept. Example : Write a program in C to display the Infinite loop concept using Read more…

Loading

If-Else Examples in C

         Example : Write a program in c to check whether the voter is eligible to vote or not. Example : Write a program in C to print when the condition is true(1) or false(0). Example : Write a program in C to check & print whether Read more…

Loading

Basic Examples in C

       Example : Simple C Program Typical Template. Example : Write a program in C to print a message in a different format. Example : Write a program in C to print a message in another different format. Example : Write a program in C to display the addition result of two numbers. Example : Write a program Read more…

Loading

Terminology in C

There are following C-related terms are used below in the Terminology in C topics. Expression An expression is a sequence of operators and operands that does some specific manipulation. It is a combination of variables, constants, and operators written according to the syntax of C language. In C, every expression evaluates to Read more…

Loading

Control Statements in C

Control Statements in C Control statements in C themselves are statements, when they are executed, a control structure controls the execution of other statements: e.g., deciding whether or not to execute some statement; deciding which one of a pair of statements to execute; re-executing a statement, etc. Many control structures Read more…

Loading

Keywords Variables and DataTypes in C

The Keywords, Variables, and DataTypes in C are described below:- Character Set : A character set is a collection of various characters used in the program. The C language character set has alphabets, numbers, and special characters. Every character set contains a distinct code value for each character in the Read more…

Loading

C- Basics

History of Fundamentals in C Fundamentals in C is a basic computer programming language for other languages. C is a programming language developed at AT&T’s Bell Laboratory of USA in 1972. It was designed and written by Dennis Ritchie. Dennis Ritchie inherited the features of B and BCPL programming language Read more…

Loading

Reference Books and Websites in C

List of Reference Books and Websites in C Reference Books in C Slno Name of Books Author Publications 01. The C Programming Language Kernighan & Richie PHI Publications 02. Programming with C Byron Gottfried Schaum Outline, Tata Mc Graw Hill 03. Computer Science A structured programming approach using C Behrouza Read more…

Loading

Difference Between in C

Click this link to see the Difference Between C and C++           Difference between Nested If-Else and Switch Case Statement Slno. Nested if-else Statement Switch Case Statement 1. Its execution is depend on the expression value inside the statement. Its execution is determined & controlled by Read more…

Loading

Interview Questions in C

List of Popular Interview Questions in C Ques. : Explain C Programming Language. Ques. : Why is C known as a Mother Language? Ques. : Why is C called a Mid-Level Programming Language? Ques. : Who is the Developer of C language? Ques. : When was the C Language developed? Read more…

Loading