Explain what is the purpose of "extern" keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write a program without main() function?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is the best organizational structure?
Give me basis knowledge of c , c++...
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is the function of multilevel pointer in c?
Which function in C can be used to append a string to another string?
Whether there can be main inside another main?If so how does it work?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What is array of structure in c programming?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables