Memory Allocation in Java and C
-
Hello Everyone, I am a beginner and I am working on my first project. I want to know which programming language is good for memory allocation between Java and C? Yesterday I search on google to find it and According to this source, In order to do memory allocation in Java, the ‘new’ keyword can be used. but not sure about C programming. Can anyone know about this?
-
Sorry, but this forum is for Notepad++ specific questions.
See here.Just a note: C does not have a new keyword like Java has, as it is not an object-oriented programming language.