/* Factorial of a number using recursive function */ #include<stdio.h> #include<conio.h> int fact(int); void main() { int num;
Thursday, 23 January 2014
c programming codes
/*WAP to find Factorial of a number using for loop */
/* Factorial of a number using for loop */ #include<stdio.h> #include<conio.h> void main() { int num,i,fact=1; printf("Enter
/* WAP to Matrix subtraction */
/* Matrix subtraction */ #include<stdio.h> #include<conio.h> void main() { int mat1[3][3],mat2[3][3],sub[3][3],i,j; printf("Enter the elements of first matrix:\n");
* WAP to concate strings */
/* WAP to concate strings */ #include<stdio.h> #include<conio.h> void main() { char str1[100],str2[100],str[100]; int i=0,j=0; printf("Enter
/* WAP to convert the given character into uppercase if it is in lowercase and viceversa */
/* WAP to convert the given character into uppercase if it is in lowercase and viceversa */ #include<stdio.h> #include<conio.h>
c programming codes
/* WAP to find the ASCII value of given character */
/* WAP to find the ASCII value of given character */ #include<stdio.h> #include<conio.h> void main() { char ch;
/* WAP to arrange 5 given numbers in ascending order */
/* WAP to arrange 5 given numbers in ascending order */ #include<stdio.h> #include<conio.h> void main() { int num[5],i,j,temp;
c programming, codes
/* WAP to Print the age of person in days */
/* WAP to Print the age of person in days */ #include<stdio.h> #include<conio.h> main() { int age,days;
Monday, 20 January 2014
c programming, c programming codes
Write a program to read a number and to test whether it is an Armstrong number or not?
#include<stdio.h> #include<conio.h> void main() { int num,temp,rem,sum=0; printf("Enter a number:"); scanf("%d",&num); temp=num; while(temp!=0)
Sunday, 19 January 2014
Friday, 17 January 2014
c programming
Write a program to convert decimal to binary??
#include<stdio.h> #include<conio.h> void main() { int dec,temp,bin[100],i=1,j; printf("Enter A Decimal Number:"); scanf("%d",&dec); temp=dec; while(temp!=0)
Write a program to convert binary to deimal?
#include<stdio.h> #include<conio.h> void main() { int bin,dec=0,temp,rem,j=1; printf("Enter Any Binary Number:"); scanf("%d",&bin); temp=bin;
Thursday, 16 January 2014
ANDROID, Asphlat 7, ASPHLAT8
ASPHALT 8 download it for free.
Android HD racing game ASPHALT download it for free. Asphalt 8 is one of the best HD android
Wednesday, 15 January 2014
printf
/* Sample C program To Display 'Hello World!' */
/* Sample C program To Display 'Hello World!' */ #include<stdio.h> #include<conio.h> void main() { printf("Hello World!\n"); getch();
c program how to add subtract divide
/* Simple Program Displaying The Use Of Basic Mathematical Operators */
/* Simple Program Displaying The Use Of Basic Mathematical Operators */ #include<stdio.h> #include<conio.h> void main() { int
Example of printf and scanf.. (easy)
#include<stdio.h> #include<conio.h> void main() { int a,b,c; printf("Example of printf and scanf\n"); printf("enter the value of a and
Tuesday, 14 January 2014
ANDROID, Asphlat 7
HOW TO CHANGE LANGUAGE OF ASPHALT 7 HEAT?
How to change language of Asphalt 7 heat???? Here is the steps to change the language 1.First click
c programming, printf, what is printf
use of printf
printf("lets start\n"); This is the printf command and it prints text on the screen. The data that is
C programming
C programming was developed by Dennis Ritchie at bell laboartories USA in 1972. C is used to prepare system software and
Monday, 13 January 2014
Free Net Connection In Airtel With out Gprs Activation
Tips To Get the Free Net connection In Airtel Live:- Hi Friends everyone want to have the internet connection for
Subscribe to:
Posts (Atom)