x
Search for:
Learn Programming Languages
Main menu
Skip to content
Home
Categories
Arrays
Assembly
C Language
Area Programs
Array
1-D Array
2-D Array
File Handling
Function
Graphics
If-Else
Logical Programs
Loops
Do-While Loops
For Loops
Nested For Loops
Nested Loops
Mathematical Programs in C.
Mathematical Programs.
Simple Programs.
C++
D.S Programs
New
OOP(C++)
Overloading
Ques & Ans
About Us
Contact Us
Category Archives:
C Language
C-Sharp
Graphics
Write a program to draw a parabola in C using graphics.
Numerical Computing
WRITE A PROGRAM TO FIND THE ROOTS OF AN EQUATION.
Numerical Computing
Write a program to find the roots of equation ( x(Square) – sin x – 0.5) using bisection method
Logical Programs
Write a program in C language to find largest of 3 numbers without using if else or any conditional operators.
Logical Programs
Write a program in C Language to find Smallest of 3 numbers without using if else or any conditional operators.
Logical Programs
Write a program which calculate HALF and DOUBLe of a number entered by user. Without using any arithmetic operator. (+ – * / %)
String
Write a program to set a pasword using string compare
If-Else
Write a program to create pasword using if else
Function
Write a program to print the maximum number using function
For Loops
Write a program to take average and find greater number from numbers you want to enter
Page 1 of 9
1
2
3
4
5
6
7
8
9