Good morning all
question: what us mean by success
free points.. no demand
Answers
Answered by
19
Answer:
Success (the opposite of failure) is the status of having achieved and accomplished an aim or objective. Being successful means the achievement of desired visions and planned goals. ... The dictionary describes success as the following: “attaining wealth, prosperity and/or fame”.
you are great sister
Answered by
2
Answer:
#include <stdio.h>
void main()
{
char col_name[30];
int i=1;
printf("\n enter college name :");
scanf("%s",col_name);
for(i=1;i<=20;i++)
{
printf("\n %s", col_name);
}
return 0;
}
Similar questions