Is it acceptable to declare/define a variable in a C header? Ans. A global variable that must be accessed from more than one file can and should be declared in a header file. In addition, such a variable must be defined in one source file. Variables should not be defined in head...
See more
Download the Study24x7 App, so you can connect and collaborate.