#include using namespace std; #include "c.h" void c(){ cout << " in c " << endl; cout << " calling a "<< endl; a(); cout << " calling b "<< endl; b(); }