79227444

Date: 2024-11-26 16:09:16
Score: 0.5
Natty:
Report link

You can use a pointer directly to point to the desired section of the array.Like for eg instead of double *smallarr[10] = &bigarr[297]; you can just do double smallarr = &bigarr[297]; and then use a loop to process (as in smalllar[i]....)

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tabraiz Bilal