What are the differences between new and malloc?
No Answer is Posted For this Question
Be the First to Post Answer
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
What is singleton pattern in c++?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
What is the return value of the insertion operator?
What is #include ctype h in c++?
Write a program to add three numbers in C++ utilizing classes.
Can create new c++ operators?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is class invariant?
What is virtual constructor paradigm?