answersLogoWhite

0


Best Answer

yes. coz assembly is procedural orinted , due to rules n regulations and restriction which make program lengthy , cumbersome, platform independent , project infeasibility,......

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is assembly harder than C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you use stack in c plus plus classes?

It would be easier to manipulate the stack in assembly language rather than C++.


How do you convert from assembly to binary in c plus plus?

Use inline assembly instructions. Then compile your C++ program to produce the machine code.


How do you translate C plus plus expression to assembly language?

The easiest way is to place a breakpoint in your program, then examine the assembly instructions at that breakpoint. Consult your IDE on how to look at the assembly source.


Which one easier C plus plus or assembly language?

C++, but it's always worth learning both, if only to better understand the machine code you create with C++.


Which program produces the obj file assembly or C plus plus?

A compiler produces object code, which is an obj file.


Is there something that you can do in C but not in C plus plus?

No. Anything you can do in C you can also do in C++. Typically, a C++ compiler will produce machine code that is as efficient but often more efficient than the machine code produced by a C compiler. This is primarily because of the reduced need for runtime sanity checks in C++ (user-defined type invariants cannot be undermined other than by deliberate brute-force). And just as we rarely require anything lower than C (such as assembly language) it is even rarer to require anything lower than C++.


Is a C plus a bad mark to get in university for one class?

C is a bad grade for anything in school! gotta work harder


If a is less than b and c is less than d then a plus c is less than b plus d?

Correct.


Which is easier 'C plus plus' or 'Java'?

Java is considerably easier than C++.


Why do you need c plus plus?

For programming. C++ is better than C because it is object-oriented and has classes.


Is a c- better then a c plus?

No, a C is not better than a C+. It is the other way around - A C+ is better than a C.


How do you add more than two numbers in C plus plus?

sum = a + b + c;