382  .   

 	C++	
	double cube(double x)	   ,
	{	   
	return x * x * x;	  
	}	  
	void printsq(int i)	  void 
	(	 '
	cout  i*i endl;	
	}	
	void pr hi()	  void prhi(void)
	{	
	cout  "HI!"  endl;	
	}	
	void	  swap (, s) ,   s
	swap(int& i, int& j)	 
	{	
	int t=i;	
	i = J; J = t;	
	}	
	int	  
 	scanffconst char*, ...);	
	inline cube(int x) ;	 
	int	power(4)  16,power(4, 3)
 	power(inc x, int n = 2);	 64
	double	: double, int
	power(double x, int n)	

. 11.1. 

 C++    :

 (__)
  :

double sqrt(double x) ; // math.h
double stats(const double data[], int size,
doubles max, doubles min) ;

void print(const char* s);

int print?(char* format, ...); // stdio.h

   C++ .   , -
   ( )    -
.      sqrt ()  sqrt () ,
 ,    ,     double.  
   ,    (-..).

' ,   ()   ,   .
    ,      -
 ,    ,    . .  . .