Answer Posted / amit shrivastava
main is the special function,,,,,,,, wch contain the
defination of u r program or we can say it contain the main
body of u r program.It is called as special funtion becoz
it is invoked by the compiler itself,no any other function
call the main().
the void is a return type which is use when no meaning ful
value is to be return
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Differentiate between the expression “++a” and “a++”?
Is void a keyword in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Find MAXIMUM of three distinct integers using a single C statement
How do you use a pointer to a function?
What is difference between array and structure in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Simplify the program segment if X = B then C ← true else C ← false
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
How does sizeof know array size?
Is c call by value?
code for find determinent of amatrix
Can you tell me how to check whether a linked list is circular?