JoBat update

A Virtual World of Infotainment :)

Reverse string model 

Write a C program to reverse the given string

Sample input   : jobat update
Sample output : update jobat


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdio.h>

int main()
{
    char str[50];
    gets(str);
    int len;
    for(int i=0;str[i];len++,i++); //length of string
    for(int i=len-1;i>=0;i--)
    {
        if(str[i]==' ' || i==0)
        {
            if(i==0)
                printf("%c",str[0]);
            for(int j=i+1;str[j]!=' '&&str[j]!='\0';j++)
                printf("%c",str[j]);
            printf(" ");
        }
    }
    return 0;
}

OUTPUT:


  • India's largest e-commerce marketplace Flipkart today announced the launch of '2GUD', its first-ever independent platform for refurbished goods.
  • The newly launched 2GUD will initially include smartphones, laptops, tablets and electronic accessories, and several more categories will be added soon.
  • After closing down eBay.in, the India operations of the e-commerce website which it acquired last year, Flipkart today launched its new website to sell only refurbished products. Named 2GUD, the portal is like any other e-commerce site selling electronic items but has only certified refurbished products at cheap prices for value buyers.

  • The refurbished goods market has remained highly fragmented and unorganised despite its size, primarily due to complex processes, and missing assurance on the quality of products
Products divided into 5 grades of refurbishing:
  • Newly Unboxed: Unused with zero scratches. 12-month warranty.
  • Refurbished superb: Minimally used with negligible scratches.
  • Refurbished very good: Moderately used with minimal scratches.
  • Refurbished good: Extensively used with visible scratches.
  • Refurbished okay: Heavily used with significant scratches.

  • Flipkart says all products listed on this website goes through a rigorous 47-step quality check.
  • There is also a section called ‘Price Crash Store’ where a flash sale of refurbished devices will be hosted at 2:00 PM on a regular basis
  • Check this out : 2GUD






2GUD is too good..!❤👌
Newer Posts Older Posts Home

SUBSCRIBE & FOLLOW

POPULAR POSTS

  • Sketch Movie Review
  • Thaana Serndha Kootam (aka) TSK Movie Review
  • Suriya 37 Confirmed!
  • JBM awards 2k18
  • Mersal Movie Review
  • Tyrese Gibson Threatens To Quit FF Franchise..!
  • Windows 10 May 2020 Update How to Download it and its features
  • Square Matrix-Corner Elements Sum
  • Middlewares in Express JS
  • Aval Movie Review

Categories

  • Awards 4
  • Code 23
  • Review 19
  • sport 1
  • Tech 20
  • Update 19

Contact Form

Name

Email *

Message *

  • ►  2020 (3)
    • ►  July (1)
    • ►  May (2)
  • ►  2019 (8)
    • ►  October (1)
    • ►  July (1)
    • ►  June (1)
    • ►  February (1)
    • ►  January (4)
  • ▼  2018 (52)
    • ►  October (3)
    • ►  September (3)
    • ▼  August (2)
      • Reverse string model
      • Flipkart’s 2GUD A New Platform For Selling Refurbi...
    • ►  July (3)
    • ►  June (5)
    • ►  May (1)
    • ►  April (10)
    • ►  March (19)
    • ►  February (1)
    • ►  January (5)
  • ►  2017 (19)
    • ►  December (3)
    • ►  November (8)
    • ►  October (8)

Search This Blog

Powered by Blogger.

Report Abuse

HOME

  • HOME
  • Code Block
  • Tech World
  • How is it?
  • What's Up?
  • JoBatMovie_Awards
  • Sports Block
  • Privacy Policy

JoBatMovie Awards

  • Home
  • JoBatMovie Awards
  • Home

Featured post

JBM awards 2k18

JoBat Updates

Designed by OddThemes | Distributed by Gooyaabi Templates