Darshan__1's blog

By Darshan__1, history, 4 years ago, In English

Can anybody tell what all are the uses of a global array in c++ template which all experienced programmers use.

  • Vote: I like it
  • -7
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

C++ is a important programming language.

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

array declared in global space in c++ has all elements value as 0. we don't need memset.