sir you have not created array b[ ]. then how can we find the value of b[0] .
Array b [ ] is not created ,although finding b[0]
hi @princekmr99058_99c9453df267fd18 b is dynamically created and returned from the function fun, and we are doing b[0] after its getting returned in b