Computer Science, asked by madsoevergirl, 1 year ago

Define a structure named FARMER with the following members: F_id of integer data type F_name of type string Land_are of type float DOB of type date. Please note that date is the structure defined before and contains day, month and year (all integers) as its members. For the structure named FARMER defined above, do the following: Create a structure variable and initialize it with the following values- F_id - 1000 F_name - "ABCD" Hand-area - 1.0 DOB - 01, 01, 2000

Answers

Answered by marshmallow9250
8
*Here is your answer.. please mark this answer as a brainlist.*
Attachments:

madsoevergirl: tysm :D
Similar questions