What does extern mean in a function declaration in c++?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
Which one is a preferred language C or C++? Why?
What is c++ and its uses?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Explain the concept of friend function in c++?
What's the hardest coding language?
What is c++ coding?
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
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Is there a c++ certification?
what does the following statement mean? int (*a)[4]