This is a program for a simple quiz on the C Programming Language. It can…
Browsing: Coding
This C Program Analyzes if you’re underweight, overweight or obese and accordingly suggests you to…
This application generates an AP series using a while loop by specifying the first term,…
Here’s the code for a Basic Calculator Using Switch Statements: #include <stdio.h> #include <conio.h> int…
Once we get the input(s) from the user [Tutorial 5], it is time to modify…
/* how to take input data from the user – so we can later perform…
/* this tutorial teaches how to move to a new line while printing text to…
A program to display “Hello Sweety!” as the output. All the explanations are in the…
If you look at any program in C – you’ll find that it’s actually made…
In these tutorials, we’re not really getting into the whos & whens – our one…
To see an introduction to what namespaces are, go back to tutorial 3. Now, cout…
So here’s our very first program in C++. We’re gonna take a look at it…

![[C Tutorial 6] Performing Operations on the Input](https://i0.wp.com/durofy.com/wp-content/uploads/2012/10/function.gif?fit=448%2C136&ssl=1)
![[C Tutorial 4] More on Displaying Output Text](https://i0.wp.com/durofy.com/wp-content/uploads/2012/10/line1.jpg?fit=450%2C69&ssl=1)
![[C Tutorial 3] The First Program](https://i0.wp.com/durofy.com/wp-content/uploads/2012/10/Untitled.gif?fit=450%2C286&ssl=1)
![[C Tutorial 2] The Building Blocks of C](https://i0.wp.com/durofy.com/wp-content/uploads/2012/10/c1.gif?fit=400%2C156&ssl=1)