how to find greatet of 10 numbers without using array?

Answer Posted / guest

using ? And & operator wa can find out the soution

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c variable?

542


What is the c value paradox and how is it explained?

567


What is typedef?

657


What is the c language function prototype?

638


What is the difference between fread and fwrite function?

629






How can I pad a string to a known length?

603


Define circular linked list.

561


Can we declare function inside main?

559


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1370


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1856


Can you please explain the scope of static variables?

596


What is void main () in c?

722


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

902


What is this pointer in c plus plus?

586


How many types of errors are there in c language? Explain

560