Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / divya
it is built in function because (main )codings are written
by the software developer.so,we cant change anything in
this built in function.but user defined functions are
changed by us.
so it is built in function
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc() function in c language?
What do you mean by scope of a variable in c?
What are the two types of functions in c?
Can variables be declared anywhere in c?
What is new line escape sequence?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Is a pointer a kind of array?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Tell me when would you use a pointer to a function?
What are operators in c?
What is nested structure?
What is a constant and types of constants in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain why can’t constant values be used to define an array’s initial size?