Answer Posted / sri
C has no pointers and multiple inheritance but c++ have a point results and support multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I access an I o board directly?
What does *p++ do? What does it point to?
can anyone suggest some site name..where i can get some good data structure puzzles???
Can 'this' pointer by used in the constructor?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How many header files are in c?
What do the functions atoi(), itoa() and gcvt() do?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Which is more efficient, a switch statement or an if else chain?
Describe the modifier in c?
What is character constants?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What are structures and unions? State differencves between them.
Write a program to reverse a given number in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.