Explain how many levels deep can include files be nested?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
main is a predefined or user define function if user defined why? if predefined whay?
give an example of type casting by a simple c program
How to draw the flowchart for structure programs?
Explain how can I pad a string to a known length?
How do I access command-line arguments?
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.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What do you mean by team??
List the difference between a "copy constructor" and a "assignment operator"?
Is return a keyword in c?
WHAT IS FLOAT?