GeeksforGeeks » C/C++ Programming Questions
Array - all 1s
(1 post)-
The elements of an array are 1s and 0s. Change all the elements of this array as 1.
Use only a single statement and do not use any operator other than the assignment operator
Reply
You must log in to post.