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
Differentiate call by value and call by reference?
What is getche() function?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the modulus operator?
What are file streams?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is #define?
Is there anything like an ifdef for typedefs?
Eight queens puzzle
what is bit rate & baud rate? plz give wave forms
Why Modern OS are interrupt driven?Give an example
Tell me the use of bit field in c language?