Describe the header file and its usage in c programming?
What is const and volatile in c?
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 the difference between exit() and _exit() function?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
what is Structural oriented language? give some example of this language.....?
Write a program to print numbers from 1 to 100 without using loop in c?
What are types of functions?
How can we see the Expanded source code and compiled code for our source program in C?
what is a stack
What is string constants?
How do you write a program which produces its own source code as its output?
How many bytes is a struct in c?