Explain this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the difference between C and CPP?
What is fflush c++?
Explain stack & heap objects?
What is lazy initialization in c++?
How can a called function determine the number of arguments that have been passed to it?
Why main function is special in c++?
What is the use of typedef?
How does java differ from c and c++?
What is main function in c++ with example?
What is the latest c++ standard?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .