What is DlgProc?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is swift faster than c++?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What are iterators in c++?

0 Answers  






What is extern c++?

0 Answers  


What are features of c++?

0 Answers  


What is the prototype of printf function?

0 Answers  


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

1 Answers   Reliance,


What's the hardest coding language?

0 Answers  


What is the keyword auto for?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


Categories