Computer Science, asked by eakansh2006, 6 months ago

how to print 1 31 531 7531 97531 in c language

Answers

Answered by sunnyprajapati99931
1

Explanation:

#include<stdio.h>

#include<conio.h>

int main() {

printf("131531753197531");

}

hope it's helpful

make me Brainliest

follow me

</p><p>&lt;style type="text/css"&gt;</p><p>#blue{</p><p>margin-top:170px;</p><p>color:red;</p><p>background:cyan;</p><p>padding:20px;</p><p>padding-left:20px;</p><p>width:100px;</p><p>font-size:1.2rem;</p><p>border:4px solid red;</p><p>box-shadow:0px 0px 40px black;</p><p>border-bottom-right-radius:80px;</p><p>border-top-left-radius:80px;</p><p>border-bottom-left-radius:3px;</p><p>border-top-right-radius:3px;</p><p>animation-name:noname2;</p><p>position:absolute;</p><p>animation-delay:s;</p><p>animation-duration:4s;</p><p>animation-timing-function:linear;</p><p>animation-iteration-count: infinite;</p><p></p><p>}</p><p>@keyframes noname2{</p><p>from{left:-190px;transform: rotate(0deg);}</p><p>to{left:360px; transform: rotate(490deg);}</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;center&gt;&lt;div&gt;&lt;p id="blue"&gt;&lt;b&gt;&lt;i&gt;GIVE RATING  ⭐⭐⭐&lt;br&gt;⭐⭐&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;/center&gt;</p><p>

Answered by allaramya09
1

Answer:

it may help you please mark me as brain least and follow me

Attachments:
Similar questions