In a function declaration what does extern means?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by translation unit in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Is dev c++ a good compiler?
What is the latest c++ version?
How do we implement inheritance in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What's the order in which the local objects are destructed?
Explain about Virtual Function in C++?
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.
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What does #define mean in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?