What do you mean by global variables?
No Answer is Posted For this Question
Be the First to Post Answer
Why would you use pointers in c++?
What does it mean to declare a member variable as static?
In how many ways we can initialize an int variable in C++?
how is returning structurs from functions?Show an eg?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are arrays c++?
What is an associative container in c++?
What is stoi in c++?
What is class invariant in c++?
What is operators in c++?
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 #include cmath?