Write a programme using structure that create a record of
students. The user allow to add a record and delete a record
and also show the records in ascending order.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the advantages of c preprocessor?

0 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


What is difference between array and structure in c?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  






How to avoid structure padding in C?

8 Answers   Tech Mahindra,


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


What are conditional operators in C?

0 Answers   Adobe,


main() { int i; printf("%d",i^i); }

1 Answers  


What is selection sort in c?

0 Answers  


What is the size of enum in bytes?

0 Answers  


What is c language and why we use it?

0 Answers  


Categories