main is a predefined or user define function
if user defined why?
if predefined whay?
Answers were Sorted based on User's Feedback
Answer / shankar dayal
main() function is niether predefined nor user defined function. Because if it is predefined, when program is written in main() function then given their own logic then how it is predefined. Another one if it is user defined, then we can write the any function name on the place of main(). So main() is niether a predefined nor user defined function.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / ankith.v
main is Predefined.why because its is implemented by the
developer
| Is This Answer Correct ? | 3 Yes | 13 No |
how to generate the length of a string without using len funtion?
a 'c' program to tell that the set of three coordinates lie on a same line
Tell us two differences between new () and malloc ()?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is variable initialization and why is it important?
Write a program to print numbers from 1 to 100 without using loop in c?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What’s a signal? Explain what do I use signals for?
what is a pointer
4 Answers Bank Of America, TCS,
What is the general form of #line preprocessor?