Designated Initializers In Array: C Program
Satish B
https://technotip.com/8767/designated-initializers-in-array-c-program/
In this video tutorial lets learn about Designated Initializers in arrays.
We’ll look at using Designated Initializers for structures and unions in separate video tutorial, for now lets see how we can use it for arrays in C programming language.
Where should we use Designated Initializers? When you have a very large array and most of the elements of array are zeros and only couple of elements are non-zeros. In that case, you can use designators to initialize particular elements of an array to non-zero values.
C Programming Interview / Viva Q&A List https://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert https://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=moSLnmGt7M0
13103980 Bytes