Question:medium

Which of the following is true about Visual Basic and C?

Show Hint

Keep language paradigms clear: C is strictly a procedural language that uses structured functions. Variants that support Object-Oriented Programming (OOP) features were developed later as separate languages, such as C++ or C#.
Updated On: Jun 23, 2026
  • Both are object-oriented languages
  • Both are low-level, general-purpose languages
  • Visual Basic is an object-oriented language
  • C is a low-level, object-oriented language
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0