What is main () in c language?


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

Post New Answer

More C Interview Questions

How can I call a function with an argument list built up at run time?

0 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


What does static variable mean in c?

0 Answers  


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,






Why does the call char scanf work?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


What is Function Pointer? Explain with example?

3 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


What is c system32 taskhostw exe?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Categories