how many header file is in C language ?
Answer Posted / dharampal
32
| Is This Answer Correct ? | 18 Yes | 44 No |
Post New Answer View All Answers
largest Of three Number using without if condition?
What is a spanning Tree?
What is time null in c?
How do you write a program which produces its own source code as output?
What are the different data types in C?
What is a file descriptor in c?
Why is c called "mother" language?
Do pointers take up memory?
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.
What is the concatenation operator?
write a programming in c to find the sum of all elements in an array through function.
How can I make sure that my program is the only one accessing a file?
What is const and volatile in c?
What is use of null pointer in c?
Is c procedural or object oriented?