What is the Purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
What is the use of static variable in c?
What is the return type of sizeof?
a simple program in c language
Write a program in c to print * * * * * *******
What are the usage of pointer in c?
Write a C program to count the number of email on text
how to make program without <> in library.
How would you find a cycle in a linked list?
why return type of main is not necessary in linux
What is the process to generate random numbers in c programming language?
find the size of structure without using the size of function