Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I have an array of int of size 18, however if I am iterating over a loop that stores factors of 9 in that array
I have an array of int of size 18, however if I am iterating over a loop that stores factors of 9 in that array i.e it would store 1,3,9 in that array and I want to assign the 4th value to be 0 so that I can print the array until 0 appears and so that it doesn't print garbage values and only prints the first four, how do I do it?
(PLease note that it is a C language code)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started