C ProgrammingTU Board 2079
How nested Structure is defined and initialized? Explain with an example. Write a program, using structure, to input records of 10 students. Members include name, roll number, marks obtained in…
10How nested Structure is defined and initialized? Explain with an example. Write a program, using structure, to input records of 10 students. Members include name, roll number, marks obtained in math, C program and English. Display the records of students who have passed in C Program.
A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.
Discussion
Loading…
More C Programming questions
What is structure? Why do we need it? Write a program to add two distances given in meter and centimeter format using structure.TU Board 208310How do you declare and initialize pointer? Write a program to find first and second largest element from an array using pointer.TU Board 208310Why do we need external function? Distinguish between local and global variables. Write a function to find the average of five given integers using function.TU Board 208310Write a program to copy the content of one file to another in a reverse manner.TU Board 20835Discuss about compiling, assembling, loading and linking.TU Board 20835Write a program to find the length of a string without using built in function.TU Board 20835