What is the difference between global variables and static varables?
No Answer is Posted For this Question
Be the First to Post Answer
Is arr and &arr are same expression for an array?
Write about a nested class and mention its use?
What is function prototyping? What are its advantages?
What are manipulators in c++ with example?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What are the main characteristics of C++ as a programming language?
How many static variables are created if you put one static member into a template class definition?
Is swift faster than go?
Write about the local class and mention its use?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
what is the use of void main() in C++ language?
What is setiosflags c++?