NI CLAD Exam - Topic 1 Question 56 Discussion
Which of the following illustrates an advantage of a global variable over a local variable?
A) A global variable can pass data between two independent VIs running simultaneously
B) Only the global variable can pass array data, local variables cannot
C) Global variables follow the dataflow model, and therefore cannot cause race conditions
D) Global variables do not require owned labels to operate
Currently there are no comments in this discussion, be the first to comment!