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 |
write a program to generate 1st n fibonacci prime number
What is structure data type in c?
What is the difference between union and anonymous union?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
How do I initialize a pointer to a function?
Write a program with dynamically allocation of variable.
What is the explanation for cyclic nature of data types in c?
Can you assign a different address to an array tag?
Write any data structure program (stack implementation)
What is anagram in c?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48