5
Write an Algorithm to find the maximum and minimum items in a
set of ‘n’ element.
The difference between printf and fprintf is ?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is function in c with example?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
write a c program to find biggest of 3 number without relational operator?
Can we add pointers together?
Write a program to show the change in position of a cursor using c
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Are global variables static in c?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"