Un-Answered Questions { C }

What's the best way of making my program efficient?

617


Where are some collections of useful code fragments and examples?

703


Where does the name "C" come from, anyway?

633


How can you convert integers to binary or hexadecimal?

606


How can you access memory located at a certain address?

658


How can you find the day of the week given the date?

607


How can you return multiple values from a function?

622


How can you invoke another program from within a C program?

609


How can you increase the allowable number of simultaneously open files?

587


How can you read a directory in a C program?

643


How can you find out how much memory is available?

606


How can you allocate arrays or structures bigger than 64K?

676


How can you call a function, given its name as a string?

707


Differentiate between a for loop and a while loop? What are it uses?

658


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

612