What extern c means?
No Answer is Posted For this Question
Be the First to Post Answer
What are header files and explain what are its uses in c programming?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What will the preprocessor do for a program?
What is wrong with this initialization?
What is meaning of tree
What is the scope of static variable in c?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
what is use of malloc and calloc?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What are local and global variables?
Function calling procedures? and their differences? Why should one go for Call by Reference?