Explain how do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
Is c a great language, or what?
What is unary operator?
how to get the starting address of file stored in harddisk through 'C'program.
How to find a missed value, if you want to store 100 values in a 99 sized array?
Is using exit() the same as using return?
Write a program to find given number is even or odd without using any control statement.
what is difference between overriding and overloading?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What is dangling pointer in c?
What does nil mean in c?
Are pointers integer?
What is d scanf?