Can java compiler skips any statement during compilation
time?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to multiply 3x3 matrics
what is use to destroy an object? illustrate.
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
What do you mean by stack program? Get me an example stack program?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
What is DeadlyDiamondDeathProblem ?
What do you mean by variable?
What are the valid types of data that the main () can return in C/C++ language
What do you mean by pure virtual functions?
What is a class in oop?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
Program to check whether a word starts with a capital letter or not.