Write a program to check prime number in c programming?
Explain how can you tell whether a program was compiled using c versus c++?
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 maximum number of concurrent threads that the InnoDB plug-in can create.
Explain what is wrong with this statement? Myname = ?robin?;
What are Macros? What are its advantages and disadvantages?
What is ambagious result in C? explain with an example.
How do we open a binary file in Read/Write mode in C?
Why c is called a middle level language?
What is the explanation for modular programming?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Why do we use main function?
Is c object oriented?
What does s c mean in text?
What is the purpose of 'register' keyword in c language?
What is table lookup in c?