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 is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


what is the hexidecimal number of 4100?

16 Answers   Google,


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What are the differences between Structures and Arrays?

0 Answers   TCS,


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


What is the difference between struct and typedef struct in c?

0 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


Categories