Value in the end of program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Value in the end of program

Here is: int a, b, c; a=20; b=a%15; c=a+(b/3); cout<<"c"; Why is result <c>?

11th Jul 2020, 5:11 PM
Vladimir Kushner
Vladimir Kushner - avatar
2 Answers
+ 3
Your mentioned last line "c". It is String. Please mention variable c.
11th Jul 2020, 5:13 PM
Vadivelan
+ 2
Swift is also used in the making of iOS apps or games.
11th Jul 2020, 5:27 PM
Partha Jagdale
Partha Jagdale - avatar