Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
2 18823Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
4 7201Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
213025. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 19630There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
8 12656suppose there are five integers write a program to find larger among them without using if- else
2 5265Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
2 50912. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
TCS,
5 26851
What is define c?
How can I sort more data than will fit in memory?
What is the correct declaration of main?
Explain is it valid to address one element beyond the end of an array?
What is the difference between the expression “++a” and “a++”?
Which type of language is c?
What are the different types of constants?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Can a pointer be static?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the value of h?
string reverse using recursion
write a program to copy the string using switch case?
In which language linux is written?
What are the 5 types of inheritance in c ++?