Answer Posted / hr@tgksolutions.com
A volatile variable indicates to the compiler that the variable can be changed at any time, preventing optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Eplain extern keyword?
Can comments be longer than one line?
Can we use struct in c++?
Write about the access privileges in c++ and also mention about its default access level?
How many keywords are used in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is general form of pure virtual function? Explain?
What is #include sstream?
What is the difference between set and map in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Are strings mutable 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 are different types of loops in c++?
What is insertion sorting?
What is #include iostream h in c++?