How main function is called in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
What are identifiers and keywords in c?
Explain what are multibyte characters?
Explain how do you convert strings to numbers in c?
What are qualifiers in c?
The differences between Windows XP and Windows Visa
What is the size of array float a(10)?
What does the format %10.2 mean when included in a printf statement?
When would you use a pointer to a function?
What is the explanation for the dangling pointer in c?
how can I convert a string to a number?
write a programe returns the number of times the character appears in the string