How would you use qsort() function to sort an array of structures?
print first nodd numbers in descending order
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
Generally variables are stored in heap memory. When he variables are created in stack?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is class in c++ with example?
Copy Linked List using recursive function?
Mention the ways in which parameterized can be invoked.
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
Does c++ support exception handling?
When to use Multiple Inheritance?