Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
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 |
create a c++ program that will ask 10 numbers and display their sum using array.
can you give real time example for polymarphism
diff between Abstract class Interfaces?
143.what is oops principles?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What is difference between new and malloc?
What do you mean by abstraction?
Why many objects can working together? How objects working togetherM I want to see example code.
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.
When you define a integer it gets stored in which data structure?(Stack or a heap)
Describe the difference between a Thread and a Process?