What is a header file?
No Answer is Posted For this Question
Be the First to Post Answer
What is header file in c?
Why is c not oop?
can we initialize all the members of union?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Write a program to print the prime numbers from 1 to 100?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What are enumerated types?
What is the difference between int main and void main?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is the difference between fread and fwrite function?
Explain indirection?
What is the difference between c &c++?