Like us
Add circle
Follow us
Category
HOME
C PROGRAMS
C Programs
Sub-Menu 2
Sub-Menu 3
JAVA
SHELL SCRIPTING
Sub-Menu 1
Sub-Menu 2
Sub-Menu 3
C++
EBOOKS
Get Update on recent Technology & Programming
No posts with label
C++
.
Show all posts
No posts with label
C++
.
Show all posts
Home
Subscribe to:
Posts (Atom)
Pages
About us
Contact Us
Privacy Policy
Labels
C Programs
C++
JAVA
Shell Scripting
Popular Posts
Shell Script to Print Patterns
pattern 1 : * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 1: i=1 2:...
C Program to print numbers in reverse order with a difference of 2
C Program to print numbers in reverse order with a difference of 2 #include<stdio.h> int main ( void ) { int k= 10 ; ...
Program For Quick Sort in C++
Program For Quick Sort in C++ Quick Sort is an example of divide-and-conquer algorithmic technique. It is also called partition...
Shell Script Arithmetic Operations
Shell Script Arithmetic Operations echo "Enter first number :-" read num1 echo "Enter second number :-" ...
C Program to print the sum of digits of any number
C Program to print the sum of digits of any number #include<stdio.h> int main ( void ) { int n,sum =0 ,rem; printf( ...
C Program to find whether a year is leap or not
C Program to find whether a year is leap or not #include<stdio.h> int main( void ) { int year; printf( "Enter...
List Of All Java Keywords
abstract - It specifies that the a class or method will be implemented later in a subclass. assert - It signifies an assertion stat...
Shell Script Program To Check Number is Prime Or Not
Shell Script Program To Check Number is Prime Or Not echo Enter a number read num i=2 flag=1 while [ $i -lt $num ] ...
C Program to convert a binary number to a decimal number
C Program to convert a binary number to a decimal number #include<stdio.h> int main ( void ) { int n,nsave,rem,d,j =...
Shell Script Program To Find Factorial of Any Number
Shell Script Program To Find Factorial of Any Number echo Enter a number read num i=1 fact=1 while [ $i -le $num ] ...
Like on Facebook
Label
C Programs
(31)
C++
(1)
JAVA
(1)
Shell Scripting
(6)
Hey, we've just launched a new custom color Blogger template. You'll like it -
Join Our Newsletter