Earn by twitter on twivert

Sign up for PayPal and start accepting credit card payments instantly.

Thursday, September 23, 2010

WAP to Usage of an array of structures


/*WAP to Usage of an array of structures */
#include<stdio.h>
#include<conio.h>
main( )
{
 struct book
 {
  char  name ;
  float  price ;
  int  pages ;
 } ;

 struct book  b[100] ;
 int  i ;

 for ( i = 0 ; i <= 99 ; i++ )
 {
  printf ( "\nEnter name, price and pages " ) ;
  scanf ( "%c %f %d", &b[i].name, &b[i].price, &b[i].pages ) ;
 }

 for ( i = 0 ; i <= 99 ; i++ )
  printf ( "\n%c %f %d", b[i].name, b[i].price, b[i].pages ) ;
       getch();
}

linkfloat( )
{
      float a = 0, *b ;
 b = &a ;  /* cause emulator to be linked */
      a = *b ;    /* suppress the warning - variable not used */
}

No comments:

Post a Comment

ADS

How to earn online

How to earn online:
Step - 1 :
signup for PayPal, to recieve your online earning
click here:
https://www.paypal.com/in/mrb/pal=CZ7224TZBMCBL
step - 2 : Singup these 4 sites & earn & enjoy! Read site to know how to earn.
1. trekpay
Earn up to $0.02 (2 cents) per click.
http://www.trekpay.com/?ref=34690
2. neobux
Earn up to $0.02 (2 cents) per click.
Click here:
http://www.neobux.com/?r=Moneyearner786

AddMe

Bookmark and Share