Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
74% Quality Score
Upvotes Received
5
Posts with Upvotes
2
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~3K People Reached
Interests
programming
Favorite Forums
Favorite Tags
c x 11
input x 11
zeros x 11
Member Avatar for sureshshan1292

Write a C program to Remove even numbers and fill it with zeros. Note: You can use only one loop for your logic. Two variables apart from the array. Input array 1,2,3,4,5,6 Output 1,3,5,0,0,0

Member Avatar for ekambaram
2
3K