In a function declaration, what does extern mean?
No Answer is Posted For this Question
Be the First to Post Answer
What does ios :: app do in c++?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
how can u create a doubly linked list with out using pointers?
What is constant in c++ with example?
What is prototype in c++ with example?
Is there a c++ certification?
Write about the scope resolution operator?
Can we specify variable field width in a scanf() format string? If possible how?
How do you flush std cout?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What are virtual functions in c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop