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
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What are the salient features of c languages?
Write a C program to print 1 2 3 ... 100 without using loops?
Explain union.
difference between c and c++
What are the 4 data types?
Tell us something about keyword 'auto'.
What is exit() function?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
i want to know the procedure of qualcomm for getting a job through offcampus
What is the heap in c?
How can we open a file in Binary mode and Text mode?what is the difference?