Answer Posted / satya.babi
computing language
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
What's the difference between constant char *p and char * constant p?
What does a function declared as pascal do differently?
What is the difference between class and object in c?
What is the use of sizeof?
When can a far pointer be used?
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 the difference between #include and #include 'file' ?
Write a program that accept anumber in words
What is a static function in c?
Which is better malloc or calloc?
Where static variables are stored in c?
Explain how do you determine the length of a string value that was stored in a variable?
What is modifier & how many types of modifiers available in c?
What is the use of ?
Explain what is the benefit of using const for declaring constants?