Q:

Write a header file named Chapter6.h that contains declarations for the functions you wrote for the exercises in § 6.1 (p. 205)

0

Write a header file named Chapter6.h that contains declarations for the functions you wrote for the exercises in § 6.1 (p. 205). 

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

"Chapter6.h"

// For ex6.8
#ifndef CHAPTER_6_H
#define CHAPTER_6_H

int fact(int);
int absInt(int);

#endif

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now