Header File 10

In C++ language, the following functions

  • sound()

  • nosound()

are defined in which header file?

dos.h time.h conio.h process.h

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Surendra Singh
May 4, 2014

/*Example (for both functions): Emits a 70-Hz tone for 10 seconds. */

include < dos.h >

void main() { sound(70); delay(10000); nosound();

}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...