Given an integer n and an array a of length n, your task is to apply the following mutation to a: code example
Example: Write a C program to add negative values among N values using 2D array and pointer
1 Write a program to add negative values among N values using 2D array and pointer