List Least Six Features Python Exist C Shell Scripting Q37093918

List at least six features in Python that do not exist inC-shell scripting.


Answer


Following are the features in python that do not existin C-shell scripting.

1.python is an object-oriented programming language.

   C is not.

2. Python provides a Graphic user interface.

   C does not.

3. Python is interpreter-based.

   C is Compiler-based.

4. Python is an advanced programming language.

5. Python is the best language for a statistical programming

6. It provides a lot of built-in methods.

7. Python is a general-purpose programming language

But, C is a hardware related application

8. Python is loosely typed(no need todeclare variable datatype)

9. It follows perfect indentation.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.