Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 3 levels of programming languages?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
By using c++ with an example describe linked list?
Is recursion allowed in inline functions?
What is exception handling in C++?
What are the various oops concepts in c++?
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
What is the function of I/O library in C++ ?
Do class declarations end with a semicolon?
How to get the current position of the file pointer?
program in c++ to input digits and print in words