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
What are the different types of C instructions?
What are external variables in c?
Explain 'bit masking'?
Why can’t constant values be used to define an array’s initial size?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the difference between typedef struct and struct?
What is the meaning of ?
What is scanf () in c?
application attempts to perform an operation?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain the process of converting a Tree into a Binary Tree.
State the difference between realloc and free.
Explain how can you tell whether two strings are the same?
What are c identifiers?