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 pointer in oop?
What is an object?
what is function over loading?
what is the advantage in software? what is the difference between the software developer and Engineer
what is the difference between class and object?
Why is there no multiple inheritance?
Why multiple inheritance is not possible?
what is new modifier in C#
What is inheritance write a program to show use of inheritance?
Why do while loop is used?
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
if u write a class do u write Assignment operator and copy constructor