Answer Posted / sandeep kumar
C
1)It is structured language
2)It follows Top-down approach
3)large programs are divided into small programs called
functions
4)data move openly from one function to other function
C++
1)It is a Object oriented language
2)It is not compulsory to be top-down procedure
3)large program is divided into small objects
4)data cant be accessed by external functions easily
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why does notstrcat(string, "!");Work?
What is character constants?
What is a static variable in c?
What is void c?
What is pass by value in c?
What is a far pointer in c?
What do you mean by a local block?
What are qualifiers in c?
What are the 5 types of organizational structures?
Explain what is meant by high-order and low-order bytes?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is hashing in c?
What is a constant and types of constants in c?
Why do we use null pointer?
Explain about the functions strcat() and strcmp()?