What are terms in math?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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?

1 Answers   Hathway,


What is the difference between single charater constant and string constant?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Which is best book for data structures in c?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  






Explain the binary height balanced tree?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


Describe the modifier in c?

0 Answers  


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


simple program for virtual function?

1 Answers  


Categories