Home » C Programming » Declarations and Initializations

Identify which of the following are declarations 1 : extern int x; 2 : float square ( float x ) { ... } 3 : double pow(double, double);

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!