What is the Purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a semicolon (;) at the end of every program statement?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
How a string is stored in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
What does %p mean?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What's the difference between constant char *p and char * constant p?
Is calloc better than malloc?
Difference between fopen() and open()?
i need all types of question paper releted to "c" and other language.
What is 1f in c?
What is Bitwise Operator and how it works?