answersLogoWhite

0

An entry point, usually main().

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


What function must be in all c plus plus programs?

Every C++ program must have a main() function that returns an integer:int main(){// user-code goes here....// Main must return an integer to the calling program.// A non-zero value usually indicates an error occurred but// the exact meaning of the return value is user-defined.return( 0 );}


Why is a main function used by Grady Booch in C plus plus?

All C++ programs require an entry point and the main function provides that entry point.


How do you write a programm in c plus plus without using function main?

I don't think its possible. Every C++ program must at least have the main function.


If you were to factor the equation what must be true about the two brackets of factors?

one will contain a minus sign and the other will contain a plus sign


Is output function printf can not be used in C plus plus programs?

Whoever said so, they were wrong. For sure "printf" can be used without any problem.


What is the syntax of clear screen in c plus plus?

It must be done by a platform-dependent function, it's "clrscr" from conio.h in TurboC


How do you get verified on Google Plus?

You must fill out a form to request Google Plus page verification (link provided below). According to Google, to be eligible for verification:Your Google Plus page must be authorized by a commercial entity.The page must contain a link to your website.Your website must be connected to your Google Plus page by either adding the Google Plus badge or by adding a snippet of code.Your Google Plus page must have a significant number of existing followers.


Why wont your C plus plus programs compile?

C++ programs won't compile if they contain compiler errors. The compiler will tell you precisely where the error is, and the type of error, unless the error is in a macro. The compiler cannot see macro definitions because they are inline expanded prior to compilation.


Write a program to return a function using class in C Plus Plus?

Classes cannot return values, only functions can return values. But you cannot return a function from a function, you can only return a function pointer -- a pointer variable holding the address of the function you wish to return. All possible return values must be of the same type, therefore all function signatures and return types must be exactly the same -- only the name of the functions can differ.


Definition of operator overloading inc plus plus?

to define an additional task to an operator ,we must specify what it means in relation to the class to which the operator is applied.this is done with the help of a special function called operator function ,which describes the task.


What are the application of c plus plus?

Writing programs in it.