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
Can a pointer point to null?
What is structure data type in c?
I need testPalindrome and removeSpace
#include
Explain what is the difference between null and nul?
Does c have class?
How we can insert comments in a c program?
Can you please explain the difference between syntax vs logical error?
What is the use of void pointer and null pointer in c language?
Why structure is used in c?
why do some people write if(0 == x) instead of if(x == 0)?
What is difference between union and structure in c?
how could explain about job profile
find the sum of two matrices and WAP for it.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is a sequential access file?