نقطة واحدة Select all the correct ways to * declare a string char name[20]; char name; char a; int name[100]; char a[100]; int a[100];


نقطة واحدة<br>Select all the correct ways to<br>* declare a string<br>char name[20];<br>char name;<br>char a;<br>int name[100];<br>char a[100];<br>int a[100];<br>

Extracted text: نقطة واحدة Select all the correct ways to * declare a string char name[20]; char name; char a; int name[100]; char a[100]; int a[100];
نقطة واحدة<br>Select the correct way to assign<br>new string value for (text)<br>text =

Extracted text: نقطة واحدة Select the correct way to assign new string value for (text) text = "Hello"; text = Hello ; %3D strcpy("Hello",text); text = 'Hello'; O %D strcpy(text, "Hello"); O

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here