What do header files do?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print "Welcome" without using semicolon in the whole program ??
what is use of malloc and calloc?
provide an example of the Group by clause, when would you use this clause
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is the method to save data in stack data structure type?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Explain what is operator promotion?
Explain the use of function toupper() with and example code?
How can I increase the allowable number of simultaneously open files?
write a program to display the frequency of each element in a given array in c language
Explain can static variables be declared in a header file?