0 تصويتات
منذ بواسطة
How can you create a variable with the numeric value 5?
A)num = 5 int;
B)num = 5;
C)int num = 5 ;
D)val num = 5i

1 إجابة واحدة

0 تصويتات
منذ بواسطة
C) int num = 5;
The correct way to create a variable named "num" with the numeric value 5 in C programming is to use the syntax in option C.
مرحبًا بك إلى يزيد، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.

اسئلة متعلقة

0 تصويتات
1 إجابة
0 تصويتات
1 إجابة
...