what do you mean by volatile variable?
No Answer is Posted For this Question
Be the First to Post Answer
How many standards of c++ are there?
What are the extraction and insertion operators in c++?
Will the inline function be compiled as the inline function always? Justify.
Can I learn c++ without c?
What is a character in c++?
What is main function in c++ with example?
What is the difference between public, private, protected inheritance?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Can create new c++ operators?
What is oop in c++?
Give 10 points of differences between C & C++.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().