Ticker

6/recent/ticker-posts
Write a C program to accept a character from the user and display it ?
What is an example of iteration in C?
What does! = mean in programming?
How do I place the sum of the digits of a number to the left of the original number (ex: n=521 ==> sum =8 ==> n=8521) using loops in C language?
Program to find the unknown value by using two known values without using any athematic operators ?
Program to find maximum and minimum of two numbers without using any conditional statements ?
 Find the remainder without using % (Modulus operator)?
How do I create an array of pointers in the C language?
Find reminder without using modulus operator || C Programming
C Program To Subtract Two Numbers without using Minus Operator
 How to multiply two numbers without using multiplication operator in c programming ?
Adding Two Numbers Without Using The Plus(+) Operator
Division without using ‘/’ operator?
Scanf Example
Global Variable Local Variable
Add_Sub_Div_Mul_Mod operations
Division of two numbers
Simple Addition for two numbers
Print an integer
 simple printf() example