Answer Posted / james
#include<iostream.h>
int main()
{
for(int i=0;i<=9;i++)
{
for (int j = 0; j <=i; j++)
cout << " ";
cout << i << endl;
}
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Please send ford technologies placement paper 2 my mail id
What is polymorphism in oops with example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can destructor be overloaded?
What are the types of abstraction?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is data binding in oops?
Can static class have constructor?
What is byval and byref? What are differences between them?
What does and I oop and sksksk mean?
How oops is better than procedural?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Write a program to sort the number with different sorts in one program ??
what is different between oops and c++
What are two types of polymorphism?