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

no consistent academics. how to answer the question

0 Answers  


How do you convert strings to numbers in C?

0 Answers  


What is || operator and how does it function in a program?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


What is string function in c?

0 Answers  






WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


What is a structure and why it is used?

0 Answers   Hexaware,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


Categories