Why is extern used in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
who is the father of c
What are the c keywords?
What is extern variable in c with example?
What is the difference between single charater constant and string constant?
c language interview questions & answer
i got 75% in all semester am i eligible for your company
Does c have circular shift operators?
What is the difference between array and pointer?
What is the process of writing the null pointer?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year