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 |
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What are the back slash character constants or escape sequence charactersavailable in c?
what is the use of macro program
what is ans for this scanf(%%d",c);
What is the purpose of sprintf?
Give the rules for variable declaration?
What is a constant?
What are dangling pointers in c?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
How pointer is different from array?
Explain the use of #pragma exit?