Give an example where we have to specifically use C programming language and C++ programming language cannot be used?



Give an example where we have to specifically use C programming language and C++ programming languag..

Answer / Tanuj Trivedi

One example is a real-time embedded system that requires direct hardware manipulation, such as microcontroller programming. C programming language is often used due to its simplicity, portability, and efficiency in accessing low-level hardware resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


can you give real time example for polymarphism

5 Answers   TCS,


diff between Abstract class Interfaces?

4 Answers  


143.what is oops principles?

10 Answers  


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


What is difference between new and malloc?

7 Answers   emc2,


What do you mean by abstraction?

1 Answers  


Why many objects can working together? How objects working togetherM I want to see example code.

2 Answers  


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

1 Answers  


When you define a integer it gets stored in which data structure?(Stack or a heap)

2 Answers   emc2,


Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


Categories