How can I sort more data than will fit in memory?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use a 'Local Block'?
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.
What is call by reference in functions?
Explain in detail how strset (string handling function works )pls explain it with an example.
How is = symbol different from == symbol in c programming?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain what is the purpose of "extern" keyword in a function declaration?
How can I handle floating-point exceptions gracefully?
Why does notstrcat(string, "!");Work?
Explain what are run-time errors?
Is c functional or procedural?
What is the use of keyword VOLATILE in C?