Explain the extern storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the full form of ios?
Is turbo c++ free?
What are the differences between malloc() and calloc()?
Difference between linked list and array?
Is C++ case sensitive a) False b) Depends on implementation c) True
Why are pointers used?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is fixed in c++?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
Difference between pointer to constant vs. Pointer constant
Why is c++ called oops?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?