1.Why do you call C is middle level language?
2.Why do you call C is userfriendly language.
Answer Posted / anusha
1.C is called as a middle level lang bcoz its a commbination
of both high level lang and the low level lang .
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
When should volatile modifier be used?
How to set file pointer to beginning c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
c program for searching a student details among 10 student details
what is the role you expect in software industry?
Is main an identifier in c?
Why do we use int main?
Explain why C language is procedural?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is a structure in c language. how to initialise a structure in c?
What does sizeof int return?
Explain what is the general form of a c program?
What is the explanation for prototype function in c?
What is signed and unsigned?