hi is c better than java? java is universal but c is supported on the two major OS windows and linux and its programs are opens source? will the language fotr the future is java or c? ali
Most programming languages are not evolutionary in nature; they're not designed to be 'better' in all senses of the word but rather to ease the work of writing programs that achieve a particular benefit. I wouldn't consider either language 'better' than the other, although for general applications programming I'd prefer Java. For writing systems programs, drivers and tools, to me it's no contest; C is the correct approach.