EDUCATION

Inspired by wikipedia.

Friday, 11 July 2014

Program for Full Pyramid in C

›
Create Full Pyramid in C. Input can be taken by user. #include<conio.h> #include<stdio.h> void main() { int n,i,j,k; clr...
1 comment:

Program for Full Pyramid in Java

›
Program for Full Pyramid and size can be input by user. import java.util.*; public class Pyramid {     public static void main(String ...
Thursday, 10 July 2014

Program for Right Triangle in Java

›
This is the program for Triangle and on place of "*" you can use any other variable as you want to print. public class Triangle...
Wednesday, 9 July 2014

Program to find Grade in C Language

›
#include<stdio.h> #include<conio.h> void main() { float per; clrscr(); printf("enter your percentage"); scanf(...

Program for Switch case with two cases

›
#include<stdio.h> #include<conio.h> void main() { int i; clrscr(); i=2; switch(i) { case 1: { printf("case 1...

Program to print Hello in C

›
#include<stdio.h> #include<conio.h> void main() { clrscr(); printf("hello"); getch (); }

Addition of two Numbers

›
#include<stdio.h> #include<conio.h> void main() int a,b,c; { clrscr; printf("\nenter the value of a"); printf(...
›
Home
View web version

About Me

Basant Patidar
I am Basant Patidar an engineer in computer science branch and owner of Tipnol.com
View my complete profile
Powered by Blogger.