how many header file is in C language ?
Answer Posted / vidiyal
approximately 35 header file in c
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
Add Two Numbers Without Using the Addition Operator
What is c mainly used for?
Explain can static variables be declared in a header file?
Explain how can I right-justify a string?
What is the difference between call by value and call by reference in c?
Are the expressions * ptr ++ and ++ * ptr same?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why can arithmetic operations not be performed on void pointers?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain argument and its types.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Explain what is the concatenation operator?
Define the scope of static variables.
How can I swap two values without using a temporary?
Give me the code of in-order recursive and non-recursive.