//this is a program to accept the details of 2 students #include<stdio.h> #include<conio.h> void main() { struct student ...
Read More
Showing posts with label Structure. Show all posts
Showing posts with label Structure. Show all posts
Write a program to display the details of 5 students using structure
//this is a program to display the details of 5 students #include<stdio.h> #include<conio.h> void main() { struct student...
Read More
Write a program of structure of accepting the employee information and displaying it using structure
//this is a program of structure of accepting the employee information and displaying it #include<stdio.h> #include<conio.h> ...
Read More
Write a program to initialize the structure
//this is a program to initialize the structure #include<stdio.h> #include<conio.h> void main() { struct student { c...
Read More
Write a program to accept the book details and display them and display them using structure
//this is a program to accept the book details and display them #include<stdio.h> #include<conio.h> void main() { struct...
Read More
Write a program to accept the details of the banking account using structure
//this is a program to accept the details of the banking account #include<stdio.h> #include<conio.h> void main() { struct...
Read More
Write a program for the demonstration of a structure
//this is a program for the demonstration of a structure #include<stdio.h> #include<conio.h> void main() { struct student...
Read More
Subscribe to:
Posts (Atom)