100% structure for inventory
#include<stdio.h>
#include<string.h>
void main()
{
struct inventory
{
char item_name[9];
int quantity; //in tonnes
float price; //per kg
}food;
strcpy(food.item_name,"biyyamu");
printf("\n enter quantity & price:");
scanf("%d%f",&food.quantity,&food.price);
printf("data entered = \n");
printf("dhAnyamu =%s",food.item_name);
printf("\n quantity in tonnes= %d",food.quantity);
printf("\n price in Rs. per kg=%f",food.price);
}
#include<string.h>
void main()
{
struct inventory
{
char item_name[9];
int quantity; //in tonnes
float price; //per kg
}food;
strcpy(food.item_name,"biyyamu");
printf("\n enter quantity & price:");
scanf("%d%f",&food.quantity,&food.price);
printf("data entered = \n");
printf("dhAnyamu =%s",food.item_name);
printf("\n quantity in tonnes= %d",food.quantity);
printf("\n price in Rs. per kg=%f",food.price);
}
తెరమీద
enter quantity & price:30 17.20
data entered =
dhAnyamu =biyyamu
quantity in tonnes= 30
price in Rs. per kg=17.200001
సాధారణంగా ప్రభుత్వం మద్దతు ధరణి క్విoటాలుకు 'ఇంత ' అని ప్రకటిస్తుంది
enter quantity & price:30 17.20
data entered =
dhAnyamu =biyyamu
quantity in tonnes= 30
price in Rs. per kg=17.200001
సాధారణంగా ప్రభుత్వం మద్దతు ధరణి క్విoటాలుకు 'ఇంత ' అని ప్రకటిస్తుంది
2023 డిసెంబరు 12-18మధ్య వచ్చిన వార్త ప్రకారం సాధారణ రైతుకి క్విoటాలు వరిధాన్యానికి సుమారు 1400+ దక్కితే కె సి ఆర్ కి 4000+ దక్కెనట (నాణ్యత / రకంలో తేడావల్ల కావచ్చు)
కామెంట్లు
కామెంట్ను పోస్ట్ చేయండి
దయచేసి మీ సలహాలను సూచనలను స్పష్టంగా పేర్కొనగలరు. plz see that ur comments are 'acceptable' in a value based society.