How would you use qsort() function to sort an array of structures?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

print first nodd numbers in descending order

7 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


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?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is class in c++ with example?

0 Answers  


Copy Linked List using recursive function?

2 Answers   Persistent,


Mention the ways in which parameterized can be invoked.

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


Does c++ support exception handling?

0 Answers  


When to use Multiple Inheritance?

6 Answers  


Categories