Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / narender vadhava

it's a inbuilt function but it don't return any value
because void is used to return a charachter value.

Is This Answer Correct ?    21 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain zero based addressing.

613


what is uses of .net

1279


What is c language & why it is used?

587


What is break statement?

636


Explain what is operator promotion?

639






What are disadvantages of C language.

652


What do you understand by friend-functions? How are they used?

652


Is printf a keyword?

762


What does the c in ctime mean?

573


What are the application of c?

652


What is difference between far and near pointers?

614


Is there a built-in function in C that can be used for sorting data?

749


What are enums in c?

665


Explain the meaning of keyword 'extern' in a function declaration.

730


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2655