Answer Posted / m.karthiga
dennis ritche
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Difference between constant pointer and pointer to a constant.
Explain what are the standard predefined macros?
Explain how can I remove the trailing spaces from a string?
What are header files and what are its uses in C programming?
Why we use int main and void main?
What is malloc() function?
Do you know the purpose of 'register' keyword?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can you increase the size of a dynamically allocated array?
What is the difference between declaring a variable and defining a variable?
What is a void pointer? When is a void pointer used?
What are the uses of a pointer?
What is a constant and types of constants in c?
What is the use of ?
how to count no of words,characters,lines in a paragraph.