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

3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

0 Answers   TCS,


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


What does %d do?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  






what is array?

63 Answers   Amdocs, HCL,


What are the different types of linkage exist in c?

0 Answers  


Is c pass by value or reference?

0 Answers  


What is identifiers in c with examples?

0 Answers  


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

0 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


Categories