Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

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 18814

Write 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 7197

Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2127

25. 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. ?

CTS, TCS,

11 19600

There 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?

Google,

8 12628

Write a progarm to find the length of string using switch case?

TCS,

2067

write a proram to reverse the string using switch case?

Syntel,

2946

write a program to concatenation the string using switch case?

2105

write a progam to compare the string using switch case?

1 3854

write a program to copy the string using switch case?

Mind Tree,

2900

write a program of palindrome(madam=madam) using pointer?

L&T,

5 21793

write a program of bubble sort using pointer?

TCS,

3 26856

suppose there are five integers write a program to find larger among them without using if- else

2 5261

Write 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 5086

2. 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 26844


Post New C Questions

Un-Answered Questions { C }

the question is that what you have been doing all these periods (one year gap)

2081


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1029


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2435


What is data structure in c programming?

1079


What is call by reference in functions?

1450


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1099


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1120


What are the advantages of using macro in c language?

1129


What is the full form of getch?

1277


How would you use the functions fseek(), freed(), fwrite() and ftell()?

1166


What are the standard predefined macros?

1146


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2096


Are enumerations really portable?

1025


What do you mean by recursion in c?

1108


What is the correct code to have following output in c using nested for loop?

1082