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

how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


explain what is a newline escape sequence?

0 Answers  


code for inverse a matrix

0 Answers  






Can I pass constant values to functions which accept structure arguments?

2 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


How can I make sure that my program is the only one accessing a file?

0 Answers  


Categories