What is function prototyping?
No Answer is Posted For this Question
Be the First to Post Answer
What is ifstream c++?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Should the member functions which are made public in the base class be hidden?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What are the advantages of prototyping?
What is a Default constructor?
What is the difference between c++ and turbo c++?
Is python written in c or c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the keyword auto for?
What is the difference between the functions rand(), random(), srand() and randomize()?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?