which do you prefer C or Pascal?



which do you prefer C or Pascal?..

Answer / 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

More C Interview Questions

parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


What is wild pointer in c?

0 Answers  






What is c system32 taskhostw exe?

0 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


What is a protocol in c?

0 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Why doesn't C have nested functions?

2 Answers  


Categories