Answer Posted / swati
In case of Malloc we need to specify the size of memory for
our data types. But in case of New we do not need to specify
the size.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why do while loop is used?
#include
What is the fundamental idea of oop?
What are two types of polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is polymorphism used for?
Explain the advantages of inheritance.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
what are the different types of qualifier in java?
Templates mean
What is static in oop?
What is for loop and its syntax?
How does polymorphism work?