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

how to compare two strings without using strcmp() function??

1 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


What are pointers in C?

5 Answers   KPIT,


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  






What is Conio.h ?

2 Answers   TCS,


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


related to rdbms query .

2 Answers  


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

1 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Categories