What is function prototyping?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What are the vectors in c++?
What is stl containers in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Explain what happens when a pointer is deleted twice?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
How many ways can a variable be initialized into in C++?
What are the rules about using an underscore in a c++ identifier?
What does std :: flush do?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Are strings immutable in c++?
What is difference between class and function?