what is the main difference between sizeof() operator in c
and c++
Answer Posted / selvapriya
In C and C++ Sizeof() operator meang is same. .bt java
sizeof()operator is different becoz the datatype carries
value is different..for eg in c and c++ integer contain
2bytes..in java integer contain 4bytes. .
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is object and example?
What is constructor in oop?
What is pointer in oop?
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.
What is constructor overloading in oop?
What is meant by oops concept?
What is oops in simple words?
What are functions in oop?
Why multiple inheritance is not possible?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is byval and byref? What are differences between them?
How to use CMutex, CSemaphore in VC++ MFC
Get me an image implementation program.
Explain the concepts involved in Object Oriented programming.
What is abstraction in oop with example?