Define pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is object file? How can you access object file?
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 the insertion operator and what does it do?
Why was c++ created?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Distinguish between a # include and #define.
Which is most difficult programming language?
How to allocate memory dynamically for a reference?
What is #include iostream h in c++?
what do you mean by volatile variable?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What are function poinetrs? where are they used?