Incase of a function declaration, what is extern means?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between reference type and pointers.
What is RTRT tool?can it be used for automation?can it work on packet PC?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
Ask to write virtual base class code?
in C++ , the word plus plus who found this?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
How a macro differs from a template?
How many different levels of pointers are there?
In a function declaration what does extern means?
Explain pass by value and pass by reference.
What are disadvantages of pointers?