Does dev c++ support c++ 11?
No Answer is Posted For this Question
Be the First to Post Answer
What is operators in c++?
How does com provide language transparency?
wap to accept 10 numbers & display the number of odd and even numbers??
Is there structure in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
what are the iterator and generic algorithms.
What are protected members in c++?
explain the reference variable in c++?
write a function signature with various number of parameters.
write a programme to get a character and thier ASCII value
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
Refer to a name of class or function that is defined within a namespace?