Hai why 'c' is the middle language

Answer Posted / rukmanee

'C' is a middle language because it has the faster
programming efficiency as compared to the machine language
or low level language and has faster machine efficiency
also as compared to the high level language..

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

660


What are the various types of control structures in programming?

621


Why is C language being considered a middle level language?

646


Explain what is the purpose of "extern" keyword in a function declaration?

613


What is time complexity c?

560






What is c value paradox explain?

563


why we wont use '&' sing in aceesing the string using scanf

1777


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2152


Explain what is the difference between functions getch() and getche()?

599


What are different types of variables in c?

563


What will the preprocessor do for a program?

578


Explain about block scope in c?

655


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

606


How can I call a function with an argument list built up at run time?

625


How can I find out how much free space is available on disk?

622