Why main is used in c?


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

Post New Answer

More C Interview Questions

Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


what are two kinds of java

2 Answers  


What is variable declaration and definition in c?

0 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


how to find the given number is prime or not?

6 Answers   IMS, ING,






int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


What is the difference between procedural and declarative language?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


Explain what is a pragma?

0 Answers  


Explain what is meant by 'bit masking'?

0 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


Categories