answersLogoWhite

0


Best Answer

#include<stdio.h>

#include<conio.h>

struct employee

{

char name[100];

int age,salary;

};

void main()

{

struct employee details;

clrscr();

printf("\n the name of the employee is ... \n the age of the employee is... \n the salary acquired is...");

scanf("%c%d%d",&details.name,&details.age,&details.salary);

clrscr();

printf("\n the name is... \n the age is... \n the salary is...",details.name,details.age,details.salary);

getch();

}

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

hdhdf dehhfh dhdh dfhf

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program to find employee details using structure in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program in c to sort the details of 10 students using the structure?

for(i = 0; i &lt; num_students; i ++){ sort(student[i]); } That's what you get when you're that specific!


Is it possible to write a complete program using only a decision structure?

No, you can use a decision structure to test a condition in any part of the program and execute some action based on the outcome but you cannot use a decision structure alone to write a complete program.


Mini project on employee database using linked list on c language code?

mini project data structure


How do you write a program to read set of numbers using by an array and display the ascending order of the given input numbers?

To write a C++ program to display the student details using class and array of object.


Write a c program to generate student mark details using union and find total and average and grade?

write a c program to display marks,total,average,grade using union


Write a program to find the grade obtained by the students of a class using structure?

Write a program to find the grade obtained by the students of a class


Give all details about Micro controller auto dialer using gsm?

how does the auto dialer works.PLZ HELP TO MAKE THE PROGRAM BASED ON MICROCONTROLLER.


Can i get my gmail through bing in china?

You can read your emails anywhere on the planet - so long a you remember your log-in details for the email program you're using !


How do you display stars in c plus plus using the if else structure and a for loop and you use void main?

It depends on what program you design really


What are the names of the different prisms you can make using 18 cantimetre cubes?

They are all called cuboids or hexahedra. There are no names that give more details about the prisms' structure.


Does Structure House have a weight loss blog?

Structure House is an unique weight loss program that offers residential care for treating obesity. You can find out more by visiting their website at http://www.structurehouse.com/. You can thoroughly research the program and enjoy their on-line blog by using the links on the home page.


What structure can you implement for the database to speed up table reads?

The most common structure used to speed up table reads is an INDEX. using xml file you can speed up your table read ....you need to refer xml details