What is main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print data of 5 five students with structures?
What is macro?
How to define structures? ·
What is 'bus error'?
How do you redirect a standard stream?
What are the functions to open and close the file in c language?
what is inline function?
If you know then define #pragma?
In c language can we compile a program without main() function?
What is a union?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is the Purpose of 'extern' keyword in a function declaration?