Login
Discover
Waves
Decks
Plus
Login
Signup
Techno_Rahul
@riyasaat
40
It's all about innovating & knowing the unknown for...
Followers
309
Following
91
Resource Credits
Available
Used
Location
Dhaka, Bangladesh
Created
July 8, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
riyasaat
gotseason8
2018-01-26 21:08
Game of Thrones (GOT) season 8 Starts from April 2019, said by Maisie Williams (Arya Stark)
As we all know that the 8th Season of Game of Thrones won't be released in 2018, since it was been clarified by the HBO. But all of us were eagerly waiting to hear the release date of the most famous and
$ 0.000
2
1
riyasaat
datatypes
2018-01-25 14:44
DataTypes in C programming Language || Tutorial 3 || Learn C Programming From the Scratch Series
Hello Steemers!!! I'm back once again with another brand new blog based on DataTypes!!! So, let's talk about the datatypes in respect with computer programming. 1st let's have a look at the picture: What
$ 0.000
4
riyasaat
tech
2018-01-24 16:09
How to Create a Project in Codeblocks || Tutorial 2 || " Learn C Programming From the Scratch" Series
Alright everyone, it's me @riyasaat once again back with another blog... Today I'll show you guys how can we create Project file of C language from codeblocks... So, let's get started!!! I'm assuming that
$ 0.000
1
riyasaat
dlive
2018-01-23 19:25
Emoji Hunters
Live telecast with Dlive My live stream is at DLive Screen shot while playing the game: Thanks a lot for watching the video stay tuned for more if you wanna discuss something then don't bother to hit the
$ 0.076
3
riyasaat
codeblocks
2018-01-22 19:28
How to Setup CodeBlocks|| What is IDE? || Tutorial 1 || Learn C Programming From the Scratch Series
What's up good folks, it me @riyasaat the ultimate techno freak is back again with my very 1st blog of the series call "Learn C Programming From the Scratch Series". In this blog I'll be
$ 0.000
2
riyasaat
coding
2018-01-22 18:34
Introduction To Programming || What is programming Language || C Programming
Hello everyone it's you boy Rahul, with another blog. First of all, if you don't know anything about programming & was looking for an authentic source regarding this, then you're at the right place
$ 0.000
2
riyasaat
progtamming
2018-01-21 21:13
C Programming's Complete Course-Outline [100% Covered] for newbies
Hello Steemers!!! I myself Riyasaat Ahmed, I'm looking forward to write a complete Course on C programming. This course is for everyone, specially for the beginners, those who don't know the basics of
$ 0.000
4
riyasaat
blog
2017-07-24 18:54
Respect for Justin Beiber
There is no success without struggle... Keep on Struggling one day you'll shine...
$ 0.000
2
riyasaat
food
2017-07-24 18:25
Who Wants to have a Bite at it???
Where are the food Lovers... What would you do if someone gave you the of this mammoth dish?
$ 0.033
9
21
riyasaat
blog
2017-07-24 09:21
Did you know this Fact?
$ 0.000
2
1
riyasaat
troll
2017-07-23 18:22
Need this in all Country
Every Country Must have a Day like this... Dogs are Loyal then Human Beings...
$ 0.449
15
9
riyasaat
technology
2017-07-23 15:00
Most-Loved Languages vs Indeed Job Listings
$ 0.412
3
1
riyasaat
thorragnarok
2017-07-23 13:23
The Things That I found unique in "Thor: Ragnarok" Official Trailer 2
About 12 hours ago the 2nd official Trailer or "Thor: Ragnarok" (Thor 3) was released. In this trailer I found a few interesting thing... Thor was Trapped into something & was forced to fight
$ 0.415
5
1
riyasaat
variable
2017-07-22 18:12
Variable & their Format Specifiers in C Programming Language
I think this might be very useful for the beginners in C Programming Language
$ 0.047
12
9
riyasaat
howto
2017-07-21 18:23
How to print Tricky Number Pattern With C programming Laguage
#include <stdio.h> int main() { int i, j, N; printf("Enter N: "); scanf("%d", &N); //First part of the pattern for(i=1; i<=N; i++) { //Prints trailing spaces for(j=1; j<i;
$ 1.730
13
6
riyasaat
blog
2017-07-21 10:44
Will you Marry a Girl If she is not a Virgin?
"Will you marry a non-virgin girl ?" Once I was being asked this question by one of my friend in a very aberrant tone. It made me think. It actually made me think a lot. So here's my answer:
$ 0.598
55
11
riyasaat
blog
2017-07-21 07:19
Rest In✌ Chester Bennington.
From "Hybrid Theory" to "One More Light".I mean what can i say? This guy has given us so much, and took everything away just like that, with a blink of an eye. There was a time I used
$ 0.226
51
7
riyasaat
music
2017-07-20 19:58
Johnny Good, Jay Sean - Don't Give up on Me
where are all the fans of Jay Sean???? Don't Give up on Me is rolling very good right now... check it out....
$ 0.000
0
1
riyasaat
ripchesterbennington
2017-07-20 19:44
R.I.P Chester Bennington
Suicide should never be an option, May his soul rest in peace.
$ 2.441
7
1
riyasaat
programming
2017-07-20 18:02
Easiest Way to Convert Decimal Numbers to Octal Number in C Programming Language
// Codes that will take input from the user in Decimal & convert it into Octal in C programming language #include <stdio.h> int main () { int num, re,re2,sum=0, oct = 0; printf("Decimal:
$ 0.240
59
13