what is difference between static and non-static variables
Answer Posted / basharat ali
satatic variable use any where but non-static variable can
use with in a block..............
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Is c++ an oop?
What is the basic difference between C and C++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Can we change the basic meaning of an operator in c++?
How can you link a c++ program to c functions?
Explain the virtual inheritance in c++.
What is the use of main function in c++?
What happens if a pointer is deleted twice?
what are the iterator and generic algorithms.
How many static variables are created if you put one static member into a template class definition?
what is data abstraction in C++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is an undefined reference/unresolved external symbol error and how do I fix it?
Which one is better- macro or function?
Define upcasting.