What is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Explain how are 16- and 32-bit numbers stored?
What is Your Name :)
Is main is user defined function?
What the different types of arrays in c?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
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 is array?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the -> in c?
which type of question asked from c / c++ in interview.
write a program wch produces its own source code aas its output?