example for external storage class - computer


Example for external storage class - computer programming?

extern double sin (double);

In a function prototype, for the sin() function its function definition ~ we can write ;

extern double sin (double)
{
..........................
..........................
..........................
}

An extern within a function provides the kind of information just to that one function. The extern declaration doesn't allocate storage space for variables.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: example for external storage class - computer
Reference No:- TGS0305037

Expected delivery within 24 Hours