100% structure basic program with book details

// Online C compiler to run C program online
#include <stdio.h>
void main()
{
    struct book
    {
        int nop;
        char name;
        float price;
    }b;
    printf("\n enter name of the book:");
    scanf("%c",&b.name);
   printf("\n enter no of pages:");
    scanf("%d",&b.nop);
    printf("\n enter PRICE OF  book:");
    scanf("%f",&b.price);
    printf("\n  name of the book:%c",b.name);
    printf("\n  no of pages:%d",b.nop);
     printf("\n price:%f",b.price);
}
తెరమీద 
enter name of the book:z
enter no of pages:786
enter PRICE OF  book:20.5
name of the book:z
  no of pages:786
 price:20.500000

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)