Answer Posted / sreehari
main() function is user-defined function. Before knowing the
reason, we should know one thing is we can use predefined
function and get the result but we never write code for
predefined functions explicitly na....and we use to write
the code of main function for our desires.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain how can I pad a string to a known length?
write an algorithm to display a square matrix.
What are identifiers in c?
Explain main function in c?
What is the difference between scanf and fscanf?
What is the size of structure in c?
Write a program to print fibonacci series without using recursion?
How can you determine the maximum value that a numeric variable can hold?
What is integer constants?
Explain how are 16- and 32-bit numbers stored?
Is c high or low level?
What are multidimensional arrays?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is function definition in c?