programing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

programing

Who can tel me, what programming language can control memory? as i can see, the most of all programmers don't even think about it)

30th Jun 2018, 9:36 AM
nosforos
nosforos - avatar
3 Answers
+ 5
Hello, Nosforos ! if memory management means garbage collection, then definitely c# is better. if control is better then c++ https://www.sololearn.com/Course/CSharp/?ref=app https://www.sololearn.com/Course/CPlusPlus/?ref=app
30th Jun 2018, 9:45 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 3
No, not garbage. I mean pointers. when you work with not variables, but with pointers, it's increases the speed of program execution. And it's work with memory.
30th Jun 2018, 11:15 AM
nosforos
nosforos - avatar
+ 2
Nosforos it is not necessary that using pointers will make your program faster .Also pointers are also just variables.
30th Jun 2018, 12:09 PM
shobhit
shobhit - avatar