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
What is a ternary operator in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Why is c so important?
What does int main () mean?
What is this infamous null pointer, anyway?
Why is void main used?
What are the types of operators in c?
Give the rules for variable declaration?
Can a pointer be null?
Explain how can a program be made to print the line number where an error occurs?
What is array of structure in c?
What is the difference between procedural and functional programming?
What is a method in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is a memory leak? How to avoid it?