Can a generic class extend another generic class??
What is a decade?
How to configure gigabit port in 2950
while installing jad file to mobile its giving processing attribute MDlet-jar-URL error...how to fix it
WHY WE USE {} AT THE STARTING OF C PROGRAM
out of fgets() and gets()which function is safe to use and why in c language?
in HVAC how does the chiller functioned .. and what is the chiller cyclic process
Please explain me gsm call scenario for a prepaid roamer calling to a prepaid roamer?
WAP in Java to print the format AMIT M I T
hello sir, i'm persuing my B.tech final year in textile chemistry and have a diploma in electronics and communication...interviewer ask why you should adopt textile chemistry from electronics and communication....please give me the best answer... thank you
Write a program in ‘C’ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.
What clr do u like?
Explain the following program segment. f(){ int *b; *b=2; }