What is page thrashing?
No Answer is Posted For this Question
Be the First to Post Answer
Dear Sir, we are required the bubble sorting programs Regs Prem
What does sizeof return c?
what is the difference between structure and union?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What is the difference between int main and void main?
What do you mean by a sequential access file?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
print a "hello" word without using printf n puts in c language
what is stack , heap ,code segment,and data segment
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 does a pointer variable always consist of?
c program to subtract between two numbers without using '-' sign and subtract function.