WAP to generate 2n+1 lines of the following pattern on the
computer screen:
Answers were Sorted based on User's Feedback
Answer / tejaswini dhatrak
#include<stdio.h>
#include<conio.h>
int main()
{
printf(“*”);
for(int i=1;i<=5;i++)
{
printf(“**”);
}
printf(“*”);
return 0;
}
Is This Answer Correct ? | 1 Yes | 2 No |
what is oppes
wht is ditch
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What is the difference between static polymorphism and dynamic polymorphism?
What is overloading in oops?
What is debug class?what is trace class? What differences are between them? With examples.
What is class and example?
What is inheritance in oop?
Out of 4 concepts, which 3 C++ Follow?
Program to read a comment string
Is abstract thinking intelligence?
why overriding?