Answer Posted / tdurga
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What does typedef struct mean?
what are # pragma staments?
Is it possible to have a function as a parameter in another function?
How #define works?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Can include files be nested? How many levels deep can include files be nested?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is extern variable in c with example?
Explain how can I pad a string to a known length?
What is int main () in c?
Explain the process of converting a Tree into a Binary Tree.
Why c is known as a mother language?
What is auto keyword in c?
How to delete a node from linked list w/o using collectons?
What are the types of type specifiers?