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
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
what is use#in c
how to find the kth smallest element in the given list of array elemnts.
how to write hello word without using semicolon at the end?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Is null valid for pointers to functions?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Total of how many functions are available in c?