Here's a C program to check whether the person is in teen age or not with output and proper explanation. Here we find out whether a person is a teenager or not by using an if-else condition and C logical operators.
Saturday
Tuesday
Biggest of 3 Numbers Using Ternary Operator in C
Here is a program to find biggest of 3 numbers using ternary operator with output and explanation in C programming language.
Sunday
Find Sum of +VE & -VE Elements in an Array in C | C Program
Here's a C program to find sum of positive and negative elements of an array in C using for loops and IF-Else condition.
Saturday
Program to Change an Integer to Words in C | C Program
Here's a C program to change an integer to words with output and proper explanation. This program makes use of C concepts like For loop, While loop, Arrays, Switch Case, Break and Modulus.
Thursday
Program to Find the Average of First n Natural Numbers
Here is a program to find the average of first n natural numbers using for loop with output and explanation.
Saturday
Program for Printing Addition Table of the Given Number in C
Here's a program for printing addition table of the given number using for loop in C programming language.
Subscribe to:
Posts (Atom)
Labels
C Program Examples
For Loops
C Aptitude Questions
C Interview Questions with Answers
If Else in C
Nested Loops
Arrays in C
Modulus in C
While Loop
C Programming Tips
If in C
Arithmetic Operations
Auto Incrementing Operator ++
Break
C Programming Facts
Strings in C
C Concepts
Matrix in C
Float Data Type
Power Function pow()
Switch Case
gets Function in C
Entering Value in a Matrix
String Functions
C Operators
C++ Interview Questions with Answers
Continue in C
String Copy strcpy()
Trigonometry Examples
Auto Decrementing Operator --
CTYPE.H Header File in C
Division in C
Fibonacci Series
For Loop with No Body
GOTO Statement
Pointer in C
Sorting
String Length strlen()
Ternary Operator
Two Dimensional Arrays in C
Type Casting in C
Using Arrays as Pointers in C
Using Pointers as Arrays in C
C Header Files
Constructor
Destructor
Do While Loop
Finding Day of Given Date
Finding Leap Year
User Defined Functions in C