Answer Posted / guest
Header files (also called ".h files") should generally contain
common declarations and macro, structure, and typedef
definitions, but not variable or function definitions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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.
how we can make 3d venturing graphics on outer interface
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the types of variables in c?
What are bitwise shift operators in c programming?
What is c method?
What is external variable in c?
Explain logical errors? Compare with syntax errors.
Write a program to reverse a string.
What is meant by realloc()?
writ a program to compare using strcmp VIVA and viva with its output.
How many types of sorting are there in c?
How do you generate random numbers in C?
Explain what are the standard predefined macros?
Write program to remove duplicate in an array?