how many header file is in C language ?
Answer Posted / vinaay
there are manyy no headerfiles in c
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Why do we write return 0 in c?
Tell us two differences between new () and malloc ()?
What is #line in c?
Is it cc or c in a letter?
What are header files why are they important?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the types of i/o functions?
Difference between macros and inline functions? Can a function be forced as inline?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Who developed c language and when?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
I came across some code that puts a (void) cast before each call to printf. Why?
What is the purpose of sprintf?
Differentiate between ordinary variable and pointer in c.