What are register variables? What are the advantage of using register variables?
in malloc and calloc which one is fast and why?
Write a program in c using only loops to print * * * * * *******
Explain how can I remove the trailing spaces from a string?
What are compound statements?
how to write a data 10 in address location 0x2000
how to construct a simulator keeping the logical boolean gates in c
Can main () be called recursively?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
Distinguish between actual and formal arguments.
Identify the operators that is not used with pointer a. && b. # c. * d. >>
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 header file definition?