Can I initialize unions?
No Answer is Posted For this Question
Be the First to Post Answer
How to print "Hi World" without using semi colon?
What does c mean in basketball?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
How Many Header Files in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
the data type used for unlimited value in c and how to do this program
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is the most efficient way to count the number of bits which are set in a value?
What are the disadvantages of a shell structure?
Can a pointer be static?