Why main function is special give two reasons?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


Why array is used in c?

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What is dangling pointer in c?

0 Answers  


Why is c so important?

0 Answers  






any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


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;

5 Answers   Accenture, TCS,


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


How can I change the size of the dynamically allocated array?

0 Answers  


Categories