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 function to find whether a string is palindrome or not and how many palindrome this string contain?
What is an lvalue in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
What is pointer to pointer in c with example?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
What are compound statements?
Do you know what is a programing language ?
write a program which will count occurance of a day between two dates.
how to find sum of digits in C?
what is constant pointer?
write a program to copy the string using switch case?
What are the different types of objects used in c?