5
Write an Algorithm to find the maximum and minimum items in a
set of ‘n’ element.
No Answer is Posted For this Question
Be the First to Post Answer
Is c a great language, or what?
what is the diffrenet bettwen HTTP and internet protocol
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
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); }
What is dangling pointer in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain how do you use a pointer to a function?
what does ‘segmentation violation’ mean?
Explain is it better to bitshift a value than to multiply by 2?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
How can you determine the maximum value that a numeric variable can hold?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,