What happens if header file is included twice?
No Answer is Posted For this Question
Be the First to Post Answer
In which language linux is written?
What is define directive?
i have a written test in tomorrow
What is the difference between static and global variables?
What should malloc(0) do?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
define c
a C prog to swap 2 no.s without using variables just an array?
Can a variable be both static and volatile in c?
Explain what a Binary Search Tree is.
What is static and auto variables in c?
what is the function of pragma directive in c?