Advertisements
Advertisements
प्रश्न
Differentiate between the following:
Char a[5] and int a[5]
फरक स्पष्ट करा
उत्तर
Char a[5] | int a[5] |
The variable an is a length 5 subscripted variable (array). It's limited to storing characters. | Variable and is subscripted (array) to length 5 (inta[5]). It is limited to storing integers. |
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?