C/C++ Programs: Home About Contact Blog Templates
C/C++ Programs: Home About Contact Blog Templates
c/c++ programs
This blog is for all the students of Engineering.
The Web
{ rev[j]=str[i]; } rev[j]='\0'; printf("\nThe reverse is %s,rev); getch(); } Posted by Tech guru at 11:27 PM 0 comments Labels: c program for pointer
Program to declare array of pointer and address the element to other array.
void main() { int a[10],b[10],c[10],d[10],e[10]; int *p[5]; int i; clrscr(); p[0]=a; p[1]=b; p[2]=c; p[3]=d; p[4]=e; printf("\nThe address of 5 array are\n"); for(i=0;i<5;i++) { printf("The address of array %d is %u\n",i+1,p[i]); } getch(); } Posted by Tech guru at 11:23 PM 0 comments
} int product(int x,int y) { int z; z=x*y; return(z); } Posted by Tech guru at 5:36 AM 1 comments Labels: c program+function and stucture+product of two variables
getch(); } float fact(int x) { float f1; if(x==1_ { return; } else { f1=x*fact(x--); } return(f1); } Posted by Tech guru at 5:24 AM 0 comments Labels: c program+recursion+factorial
{ printf("%d",*p); p--; } getch(); } Posted by Tech guru at 5:10 AM 0 comments Labels: c program for pointer Older Posts Subscribe to: Posts (Atom)
Followers
powered by
Labels
Armstrong no (1) array and strings (5) basic c program (1) c program for pointer (2) c program+function and stucture (2) c program+function and stucture+product of two variables (1) c program+recursion+factorial (1) c program+string handling function (3) c program+swap using pointer (1) palindrome program (1) switch case (1)
Blog Archive
2010 (20) o February (16) Program to define structure book. Program reverse of given string using pointer. Program to declare array of pointer and address th... Function to find product of two variables. Program to find factorial of no using function. Program using a recursive function to find factori... Program using pointer to accept an integer & print... Program to swap the value of two integer using poi... Program a number wheather palindrom or not Program to continicat 2 strings without using stin... Find the length of string without using sting hand... Program to add 2 Marices Ascending order of array. Program to find smallest and largest element from ... Program to add two array. Program to accept 10 nos from the user,store in ar... o January (4) Menu driven program.(switch case). Program to display Palindrome number. Program to display Armstrong number. Program to display reverse number.
- 14 hours ago Apple Valley continued its domination of Class 3A, and Simley mopped up cleanly 2A. By JOHN MILLEA, Star Tribune On a day of celebration and domination, ... Related Articles clipped from Google - 3/2010 Mom, Apple Pie and Mortgages New York Times - Mar 06, 2010 - Mar 06, 2010 By ROBERT J. SHILLER FOR decades, the federal government has subsidized housing particularly owner-occupied housing. This has been especially true during ... clipped from Google - 3/2010 Apple's iPad: Will it sell? Computerworld - Mar 07, 2010 - 15 hours ago By Gregg Keizer Computerworld - Apple's iPad will fly out of stores when it goes on sale in four weeks, and will build momentum through the back-to-school ... clipped from Google - 3/2010 powered by
c/c++ programs All Rights Reserved. Blogger Template created by Deluxe Templates Free Blogger Templates and Wordpress Theme by Skinpress