0
Fill in the blanks to declare an integer variable num and assign it the value 42.
____ num; num ____ 42; https://code.sololearn.com/cS1HlFE88FET/?ref=app https://code.sololearn.com/c2uVwHa3GAk4/?ref=app https://code.sololearn.com/codx1BsPIgSN/?ref=app https://code.sololearn.com/cCGAn1PhBmQH/?ref=app https://code.sololearn.com/cMpui7RbereR/?ref=app https://code.sololearn.com/cdxnVZ4puqco/?ref=app
20 Respuestas
+ 5
Hazel Flores , you are kidding us? you have done and finished the complete C tutorial, so why are you asking this?
+ 3
Do not post irrelevant links . Here are some guidelines,
https://www.sololearn.com/Discuss/1316935/?ref=app
and I am not sure what you don't understand in the Above question but here is the link to lesson that you may want to revise again .
https://www.sololearn.com/learning/2912/
+ 1
Hazel Flores You have studied this. If you have not fully learned I suggest you start over and take your time in the lessons. Do not rush.
Please review this and you will find your answer go to the second slide where it talks about variables.
https://www.sololearn.com/learn/C/2912/
0
-2num,numm-2
0
int =
0
int num;
num=42;
0
int num;
num=42
0
0
0
Int
=
0
Fill in the blanks to declare an integer called age,and assign the value 42 to it
0
Fill in the blanks to declare a variable called age of type int and store the value 42 in it.
0
Fill in the blanks to declare a variable called age of type int and store the value 42 in it.
0
Drag & drop to declare a float, assign it a value, then output it.
0
Drag & drop to declare a float, assign it a value, then output it.
0
Drag & drop to declare a float, assign it a value, then output it.
0
Fill in the blanks to create a valid program that declares a double and a char, then outputs their values.
- 1
-2 num; numm -2 42;
- 1
int,=
- 6
What is the answer?