Skip to content

Instantly share code, notes, and snippets.

View saifsmailbox98's full-sized avatar
💣
Cooking The Grenade

Saif Ur Rahman saifsmailbox98

💣
Cooking The Grenade
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#define MALLOC(P, N, T) P=(T *)malloc(N*sizeof(T))
struct node {
int c;
int e;
struct node *link;
};
/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby, Perl, Prolog, Javascript, Pascal, HTML, CSS, JS
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
#include <stdio.h>
struct Student{
int roll;
#include < stdio.h >
struct Node {
int data;
struct Node * next;
};
void display(struct Node * next) {
#include < stdio.h >
void main() {
FILE * fp;
char c;
fp = fopen("BMSCE.txt", "w");
c = getchar();
while (c != EOF) {
putc(c, fp);
#include <stdio.h>
void main()
{
char a[50], b[50], c[50];
int i = 0;
printf("Enter the first string: ");
gets(a);
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
#include <stdio.h>
void main() {
int a[50][50], b[50][50], c[50][50], m, n, p, q, sum;
// User input for matrix A
printf("Enter the number of rows for matrix A:");
scanf("%d", & m);
printf("Enter the number of columns for matrix A:");
#include <stdio.h>
#include <math.h>
void main()
{
float a, b, c, D;
printf("ax^2+bx+c=0.\n");
printf("Enter the values of a, b and c.\n");
scanf("%f %f %f", &a, &b, &c);
// printf("%fx^2+%fx+%f=0", a, b, c);
{
"quiz": {
"name" : "Quiz Events",
"desc": "Cool quiz",
"link": "http://google.com",
"img": "https://user-images.githubusercontent.com/29165115/37592233-150a111c-2b94-11e8-967f-3abe6d37f474.jpg",
"events": [{
"name" : "Quiz 1",
"desc" : "Everything related to Mother India.",