Draw a flowchart to produce a printed list of all the students
over the age of 20 in a class .The input records contains the
name and age of students. Assume a sentinel value of 99 for
the age field of the trailer record


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

Post New Answer

More C Interview Questions

Why is python slower than c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


What is a pointer in c plus plus?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,






What is the difference between pure virtual function and virtual function?

0 Answers  


What is quick sort in c?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


Can we use visual studio for c?

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


Categories