Which of the following is not an error?

a) having a function definition that spans two files
b) using a global variable in a file it was not defined in without defining it with the extern modifier
c) defining a function prototype without the extern keyword when the definition is in another file
d) having global variables in different files with the same name

c) defining a function prototype without the extern keyword when the definition is in another file

Computer Science & Information Technology

You might also like to view...

Nothing can make a system completely safe from an attack

Indicate whether the statement is true or false.

Computer Science & Information Technology

What should be the primary goal of a program design review?

a) To educate the persons who will test the program b) To ensure that high-quality software is produced c) To assess the skill level of the programmer d) To determine what additional testing is required

Computer Science & Information Technology