Answer Posted / guest
refer any good sorting tecnique
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
can anyone suggest some site name..where i can get some good data structure puzzles???
How are 16- and 32-bit numbers stored?
Explain what is the concatenation operator?
Is null valid for pointers to functions?
What is pragma c?
Explain do array subscripts always start with zero?
a c code by using memory allocation for add ,multiply of sprase matrixes
Give me the code of in-order recursive and non-recursive.
Explain the priority queues?
What is the explanation for cyclic nature of data types in c?
What is const keyword in c?
How many keywords (reserve words) are in c?
write a program to create a sparse matrix using dynamic memory allocation.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0