How do you override a defined macro?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Is main is a keyword in c?
Can we compile a program without main() function?
what is bit rate & baud rate? plz give wave forms
How are structure passing and returning implemented?
Can i use Two or More Main Funtion in any C program.?
How does memset() work in C?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
which will be first in c compiling ,linking or compiling ,debugging.
Is c an object oriented programming language?
Can you think of a way when a program crashed before reaching main? If yes how?
What are the types of pointers in c?