Why do we use main function?


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

Post New Answer

More C Interview Questions

how to copy a string without using c function

5 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


what is a non volatile key word in c language?

1 Answers  


List some of the dynamic data structures in C?

0 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,






nic scientist exam

1 Answers   NIC,


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


errors in computer programmes are called

1 Answers   NET,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


What is pointer in c?

0 Answers  


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


What is the best way of making my program efficient?

0 Answers  


Categories