How can I do peek and poke in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
what is the meaning of 'c' language
How can I rethow can I return a sequence of random numbers which dont repeat at all?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What is #define in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the mean of this statement:: if(int i=0 * i=9)
write an algorithm to display a square matrix.
What is function pointer c?
What is the 'named constructor idiom'?
Which function in C can be used to append a string to another string?
what is the difference between const volatile int i & volatile const int j;