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
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What’s the special use of UNIONS?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What is difference between arrays and pointers?
What are global variables and how do you declare them?
Hi, main() { } Is a user defined function or Built in Functionn
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is the significance of c program algorithms?
what is the difference b/w compiler and debugger?
whether itis a structured language?
Write program to remove duplicate in an array?
Explain main function in c?