What is the purpose of main( ) in c language?


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

Post New Answer

More C Interview Questions

who is the father of C Language?

20 Answers   CTS, UST,


What are the different types of linkage exist in c?

0 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


What is getche() function?

0 Answers  






When should the const modifier be used?

0 Answers  


What will happen when freeing memory twice

2 Answers  


What is line in c preprocessor?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


in which language c language is written?

2 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Categories