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

write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


Explain the binary height balanced tree?

0 Answers  


What does %2f mean in c?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


Why is c known as a mother language?

0 Answers  






What is the heap?

0 Answers  


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


How can I write a function analogous to scanf?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }

2 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Categories