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 |
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
write a program to check whether a number is Peterson or not.
What is the difference between int main and void main in c?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Define macros.
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Describe the difference between = and == symbols in c programming?
Can you please compare array with pointer?
What language is lisp written in?
Difference between pass by reference and pass by value?
What is 2c dna?
Why is c called "mother" language?