What type of function is main ()?


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

Post New Answer

More C Interview Questions

write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Describe static function with its usage?

0 Answers  


What are categories used for in c?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,






Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


Hai why 'c' is the middle language

4 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


what is uses of .net

0 Answers  


difference between Low, Middle, High Level languages in c ?

0 Answers   Bosch, Infosys,


Categories