What is a program?


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

Post New Answer

More C Interview Questions

Do you know the difference between exit() and _exit() function in c?

0 Answers  


Write a program that his output 1 12 123

0 Answers  


what is c language?

2 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


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 a union?

0 Answers  


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


Write a program to print factorial of given number using recursion?

0 Answers  


What is void pointers in c?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


what are two kinds of java

2 Answers  


Categories