Answer Posted / raji
charless babbege
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
How do you search data in a data file using random access method?
How do you view the path?
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.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is main return c?
What is restrict keyword in c?
What do mean by network ?
What is modifier & how many types of modifiers available in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Is it cc or c in a letter?
What is extern keyword in c?
Why structure is used in c?
What is NULL pointer?
Tell us two differences between new () and malloc ()?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above