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 |
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
how to write a c program to print list of fruits in alpabetical order?
Explain the use of #pragma exit?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is typedef example?
write a program to display & create a rational number
What is the difference between printf and scanf )?
what is a c-language.what is do.
What is 1f in c?
What is the difference between typeof(foo) and myFoo.GetType()?
What is a struct c#?
What is encapsulation?