Here's a program to swap two numbers using three variables with explanation using C Programming language.
Thursday
Sunday
How to swap two numbers using only two variables in C
Here's a program to swap two numbers using only two variables with explanation using C Programming language.
Friday
Program to Perform Various String Operations on a Given String in C
Here is a C program to perform different manipulations on a given string. This program encapsulates different operations provided by C language on a String e.g.
- finding length of a string
- converting a string to uppercase or lowercase
- reversing a string
- concatenating of two strings
- copy one string to another string
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