Answer Posted / pooja chugh
c is written in high level while pascal is written in low
level like assembly language but the speed & execution of
assembly language is very faster so a normal user can't
understand it.therefore,we will prefer c for coding
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the g value paradox?
Why does not c have an exponentiation operator?
How can you invoke another program from within a C program?
How do we print only part of a string in c?
Explain the use of function toupper() with and example code?
What is the size of enum in bytes?
What does the error message "DGROUP exceeds 64K" mean?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain Basic concepts of C language?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Why c is faster than c++?
What is "Duff's Device"?
What are operators in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Explain what is the stack?