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

how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


How do you declare a variable that will hold string values?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,






What does 2n 4c mean?

0 Answers  


How many loops are there in c?

0 Answers  


What is printf () in c?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


What is function in c with example?

0 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


What is #include called?

0 Answers  


Categories