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

SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


Is c procedural or functional?

0 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


What is unsigned int in c?

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  






matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


swap 2 numbers without using third variable?

0 Answers   IBS,


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


find the minimum of three values inputted by the user

3 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Categories