What are the different scope C++ provide ?
No Answer is Posted For this Question
Be the First to Post Answer
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Explain the FOR loop with a help of a code.
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What's the value of the expression 5["abxdef"]?
What is the difference between public, private, and protected inheritance?
What does malloc return in C and C++?
Do you know about Agilent PRECOMPILERS. ?
Write a C++ Program to Find whether given Number is Odd or Even.
What is partial specialization or template specialization?
explain the term 'resource acquisition is initialization'?
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }