Declare the structure which contains the following members and write in C list of all students
who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.


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

Post New Answer

More C Interview Questions

a=5 a=a++/++a

14 Answers   Bhel,


What are the application of c?

0 Answers  


what is the difference between c and c++?

7 Answers  


Why c is called object oriented language?

0 Answers  


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

0 Answers   Google,






why TCS selected more student in the software field from all institution.

5 Answers   TCS,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


What is strcmp in c?

0 Answers  


What is pointers in c?

0 Answers  


Derive the complexity expression for AVL tree?

1 Answers  


What is FIFO?

0 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


Categories