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

Is c functional or procedural?

1 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,






Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


How do you write a program which produces its own source code as its output?

2 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


can we define a function in structure?

2 Answers  


what are non standard function in c

0 Answers  


What is getche() function?

0 Answers  


Categories