What is a program?
Do you know the difference between exit() and _exit() function in c?
Write a program that his output 1 12 123
what is c language?
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.
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?
What is a union?
what is difference between ANSI structure and C99 Structure?
Can u return two values using return keyword? If yes, how? If no, why?
Write a program to print factorial of given number using recursion?
What is void pointers in c?
Write a program to reverse a linked list in c.
what are two kinds of java