Which weighs more, a gram of feathers or a gram of gold?
Answer Posted / parimal kumar jha
equal
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a static variable in c?
What is dangling pointer in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are extern variables in c?
What the advantages of using Unions?
What does #pragma once mean?
hi, which software companys will take,if d candidate's % is jst 55%?
What is the heap in c?
What is the difference between struct and union in C?
What is the purpose of 'register' keyword?
What is the difference between pure virtual function and virtual function?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
code for quick sort?
What is the use of volatile?