What is OOPs
Answers were Sorted based on User's Feedback
Answer / tagore
OOPS MEANS OBJECT ORIENTED PROGRAMMING SYNOPSIS. . HERE
SYNOPIS NOTHING BUT CONCEPTS.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is data type in c++?
write a program in c++ to implement stack using functions in header file stack.h
What is heap sort in c++?
What are c++ redistributables?
Can you pass a vector to a function?
Describe friend function & its advantages.
i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem
Explain the difference between using macro and inline functions?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
what do you mean by memory management operators
Define a pdb file.
Explain bubble sorting.