How can I increase the allowable number of simultaneously
open files?
how to connect oracle in C/C++.
Explain high-order bytes.
how to swap 2 numbers in a single statement?
what is the use of ~ in c lang?????
write function to reverse char array ... without using second array
Why do we need a structure?
What is #define in c?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Why static variable is used in c?
What are valid operations on pointers?
What is pointer in c?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?