Answer Posted / manoj
Dennis Ritchie
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the error message "DGROUP exceeds 64K" mean?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is sizeof array in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How can you allocate arrays or structures bigger than 64K?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the difference between c &c++?
What is sizeof in c?
Want to know how to write a 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 is modifier & how many types of modifiers available in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Where define directive used?
How can you tell whether a program was compiled using c versus c++?
Why main function is special give two reasons?