Answer Posted / jayasrinivas.donavalli
realloc() can be use to reallocation of the memory if the
memory already created is insufficient,
but free can be used to destroy the memory which was
already created
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the example of polymorphism?
why reinterpret cast is considered dangerous?
What is solid in oops?
What is basic concept of oop?
What is the difference between encapsulation and polymorphism?
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 are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why multiple inheritance is not possible?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the types of inheritance?
What is overriding vs overloading?
Who invented oop?
What does enum stand for?
What is overriding in oop?