how many header file is in C language ?
Answer Posted / mohan
there are 24 header files in c language
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Tell me what are bitwise shift operators?
Define Array of pointers.
What is pass by value in c?
What are the usage of pointer in c?
How can you avoid including a header more than once?
What are pointers? What are stacks and queues?
how can use subset in c program and give more example
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Can we change the value of static variable in c?
Tell us two differences between new () and malloc ()?
What is pointers in c?
What is zero based addressing?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
any "C" function by default returns an a) int value b) float value c) char value d) a & b