Do you know what is the purpose of 'extern' keyword in a function declaration?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


write a program to print sum of each row of a 2D array.

4 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  


print the palindrome numbers in between 0 to n

1 Answers  






What is c language & why it is used?

0 Answers  


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


Explain the use of function toupper() with and example code?

0 Answers  


Why we use conio h in c?

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


What is the difference between int main and void main?

0 Answers  


Categories