What is fflush c++?


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

Post New Answer

More C++ General Interview Questions

Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


What is OOPs

12 Answers   CA,


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  






What is c++ prototype?

0 Answers  


What is a multimap c++?

0 Answers  


What is the extension of c++?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


How do you clear a set in c++?

0 Answers  


What is the difference between c++ and turbo c++?

0 Answers  


Why is the function main() special?

0 Answers  


Categories