Skip to content

Instantly share code, notes, and snippets.

View geekodour's full-sized avatar
🐧
who are you and why are you here. tell me.

Hrishikesh Barman geekodour

🐧
who are you and why are you here. tell me.
View GitHub Profile
<!--SCRIP FOR CREATING SUMMARY AND THUMB
<script type='text/javascript'>
if (window.matchMedia(&#39;(max-width: 48em)&#39;).matches)
{
summary_noimg = 550;
summary_img = 100;
}
else{summary_noimg = 550;
summary_img = 250;}
k
<!--FLOATING SOCIAL BUTONS-->
<div class="overlay">
<div class="ui labeled icon vertical menu">
<a class="item" expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; &quot; + data:post.canonicalUrl ' title='Share on Twitter' target='_blank'><i class="twitter icon"></i> Tweet</a>
<a class="item" expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.canonicalUrl + &quot;&amp;t=&quot; + data:post.title ' title='Share on Facebook' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' target='_blank'><i class="facebook icon"></i> Share</a>
<a class="item" expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.canonicalUrl ' title='Share on Google Plus'><i class="google plus icon"></i> Share</a>
<!--FLOATING SOCIAL BUTONS-->
<br />
<div class="social-float-contain">
<div class="overlay social-float">
<div class="ui labeled icon vertical menu">
<a class="tweetit item" href="https://www.blogger.com/blogger.g?blogID=3914321769249259664#"><i class="twitter icon"></i> Tweet</a>
<a class="fbshare item" href="https://www.blogger.com/blogger.g?blogID=3914321769249259664#"><i class="facebook icon"></i> Share</a>
<a class="redditit item" href="https://www.blogger.com/blogger.g?blogID=3914321769249259664#"><i class="reddit icon"></i> me_irl</a>
<a class="e-mailit item" href="https://www.blogger.com/blogger.g?blogID=3914321769249259664#"><i class="mail icon"></i> E-mail</a>
<a class="g-plusone item" data-annotation="none" href="https://www.blogger.com/null"><i></i>+1</a>
#include<stdio.h>
struct student{
int roll,marks[3];
char name[20];
float percent;
};
struct student ourarray[100];
#include<stdio.h>
struct student{
int roll,marks[3];
char name[20];
float percent;
};
struct student ourarray[100];
#include<stdio.h>
#include<stdlib.h>
//STRUCTURE GLOBAL DEF
typedef struct{
char name[20];
long int pop;
float lit;
} city;
int count;
#include<stdio.h>
#include<stdlib.h>
//STRUCTURE GLOBAL DEF
typedef struct{
char name[20];
long int pop;
float lit;
} city;
int count;