Recent Pastes

Pastes found: 2206
18 Jul 2017, 02:27 PM

This is the pop-up flow.

[close]

saikat code deeee
 

This is the pop-up flow.

[close]

#include<bits/stdc++.h>
using namespace std;
int main()
{
    char a[100];
    bool f=0,vl=1;
    int count=0;
    while(gets(a))
    {
    //count=0;
    f=0;
    vl=1;
    count=0;
    for(int i=0;a[i]!='\0';i++)
    {
        if((a[i]>='0'&&a[i]<='9'))
            vl=1;
            else if(a[i]==
21 Jun 2017, 05:51 PM

This is the pop-up flow.

[close]

[email protected]
No Eating Out In new York

This is the pop-up flow.

[close]

#include<string.h>
#include<ctype.h>
#include<stdio.h>
void keyword(char str[10])
{
if(strcmp("for",str)==0||strcmp("while",str)==0||strcmp("do",str)==0||strcmp("int",str)==0||strcmp("float",str)==0||strcmp("char",str)==0||strcmp("double",str)==0||strcmp("static",str)==0||strcmp("switch",str)==0||st
20 Jun 2017, 02:32 PM

This is the pop-up flow.

[close]

fokir
 

This is the pop-up flow.

[close]

 .MODEL SMALL
 .STACK 100H
 
 .DATA
   PROMPT_1  DB  'Enter the binary number: $'
   PROMPT_2  DB  0DH,0AH,'The given binary number in reverse order is : $'
 
 .CODE
   MAIN PROC
     MOV AX, @DATA                 
     MOV DS, AX
 
     LEA DX, PROMPT_1                
     MOV AH, 9
     INT 21H
 
 

This is the pop-up flow.

[close]

.MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 'ENTER THE NO IN BIN FORM (MAX 8 BIT):       $'
MSG2 DB 'THE GIVEN NUMBER IN ORIGINAL BIT PATTERN:   $'
MSG3 DB 'THE GIVEN NUMBER IN REVERSE BIT PATTERN:    $'
.CODE
MAIN PROC
    MOV AX,@DATA
    MOV DS,AX
    LEA DX,MSG1
    MOV AH,9
    INT 21H
    CALL READ

This is the pop-up flow.

[close]

.MODEL SMALL
.STACK 100H
.DATA
.CODE
PROMPT_1 DB'ENTER THE NO OF BIN FORM(MAX 16 DIGIT):$'
PROMPT_2 DB'THE GIVEN NO IN ORIGINAL BIT PATTERN:$'
PROMPT_3 DB'THE GIVEN NO IN REVERSE BIT PATTERN:$'
CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
LEA DX,PROMPT_1
MOV AH,9
INT 21H
CALL READ_BIN_NUMBER
CALL NEXT_LINE
08 May 2017, 10:39 AM

This is the pop-up flow.

[close]

FUCK
 
08 May 2017, 10:01 AM

This is the pop-up flow.

[close]

https://sites.google.com/site/projectsgeek2/projectsgeek_1/OnlineShopingProject%282%29.rar?attredirects=0
Invalid Email or Password