What is page thrashing?
No Answer is Posted For this Question
Be the First to Post Answer
What is an identifier?
Explain #pragma statements.
How can we allocate array or structure bigger than 64kb?
What do you understand by friend-functions? How are they used?
Write a function in c to find the area of a triangle whose length of three sides is given.
How do you define structure?
Wt are the Buses in C Language
What is %s and %d in c?
Explain what are global variables and explain how do you declare them?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Give differences between - new and malloc() , delete and free() ?
Do you know null pointer?