Friday, 1 June 2018

Unknown Fact


              Hello everybody, we discussing the topic after a long time.
        we drinking water daily, because it is one of our thing of living. How we drink that water.
we drink water using tumblers, steel, plastics etc.,
So,Now which is the healthy one .

Let's see about that.... 

In a waterbottles, the numbers that are printed inside a triangle, which is the universal symbol of recycling and is called a Resin Identification Code (RIC). 
Originally introduced by the Society of the Plastics Industry ,the third largest manufacturing sector in the United States, the RIC is now being administered officially by ASTM International , an international standards organization.

Number 1 represents PET or polyethylene terephthalate.
              average beverage bottles. Juices, soft drinks, bottled water. prolonged reuse of this plastic could be harmful. It is generally considered safe.

Number 2 represents HDPE or high density polyethylene.
              It is thick and opaque and it is also recycling. It is based on storage containers like milk jugs, to store detergents, butter containers and other things. 

Number 3 represents PVC or polyvinyl chloride.
             Most of us think PVC Pipes and tubes. PVC is tough and rugged, it is considered highly dangerous to cook food items around or store them in.PVC plastics are used for various containers and hard packaging, medical tubing, and bags.

Number 4 represents LDPE or low density polyethylene.
                Low-density polyethylene (LDPE) is a thermoplastic made from petroleum which can be found translucent or opaque. It is flexible and tough but breakable and considered less toxic than other plastics, and relatively safe for use. It is a packaging material. 

Number 5 represents PP or polypropylene.
                 Polypropylene is very safe for storage uses and is also widely accepted for recycling .It is generally considered a safer plastic for food and drink . 

Number 6 represents PS or polystyrene, or Styrofoam.
                 It is highly dangerous, toxic chemicals when heated. It causes health issues. 

Number 7 represents other
                It is not to be used. It is not used to store foods and food consumption. It also contains health issues.

So, we suggest you to don't use plastics for food purpose. It is like slow poison. Use the steel water bottles and steel plates for food storage and food consumption.
Steel water bottles are little more expensive. Otherwise, you go with plastic 1,but no use longer. Especially for children.
    spread your smile.... share your smile...
          If you have any doubt or any mistake in that drop your comments below.....

Monday, 19 February 2018

How to find out vowels in my name

Program in C language:

#include<stdio.h>
#include<conio.h>
#include<string.h>

void main()
{
char c[30];
int i,a=0;
clrscr();
        printf("Enter your name\n");
        scanf("%s",c);
for(i=0;i<strlen(c);i++);
{
if(c[i]=='a'¦¦c[i]=='e'¦¦c[i]=='i'¦¦c[i]=='o'¦¦c[i]=='u')
{
   printf("vowels are=%c\n", c[i]);
   a++;
        }}
 printf("total=%d",a);
         getch();
}


In the above program, I'm not to put output. So, check the output, if there is any mistake or doubt in this program. share your comments below.
     KEEP SHARE & KEEP SUPPORT 

Saturday, 13 January 2018

Today what day?

Program in C language using switch case:

#include<stdio.h>
#include<conio.h>

void main()
{
char ch;
        clrscr();
        printf("what day today?\n");
        scanf("%c", & ch);
      switch(ch)
      {
                        case 'a' :printf("Sunday");
            break;
            case 'b' :printf("Monday");
            break;
            case 'c' :printf("Tuesday");
            break;
            case 'd' :printf("Wednesday");
            break;
            case 'e' :printf("Thursday");
            break;
            case 'f' :printf("Friday");
            break;
            case 'g' :printf("Saturday");
            break;
            default:printf("Invalid day");
        }
      getch();
}

OUTPUT:(for example) 
         what day today?
         g
 Saturday

In the above content, is contain any mistake, or any doubt. Drop your comments on the comment box.It is simplest program



Friday, 5 January 2018

How to execute my name number of times in c language?

Program in C language:

#include<stdio.h>
#include<conio.h>

void main()
{
char c[20];
int n,i;
clrscr();
printf("Enter the number =");
scanf("%d",&n);
printf("Enter your name=");
scanf("%s",c);
for(i=1;i<=n;i++)
{
    printf("Your name is=%s\n") ;
        }
getch();
}
OUTPUT:for an example 
    Enter the number =3
   Enter your name =karthick
 
    Your name is=karthick
   Your name is=karthick
    Your name is=karthick

The above program is execute your names number of times. If there is any mistake or doubt in this program, comment below.
    SUPPORT&SHARE!!!!
The bove

Thursday, 4 January 2018

How to get the input string from user (another way)

Program in C language :3(Another way) 

#include<stdio.h>
#include<conio.h>

void main()
{
char s[20];
clrscr();
printf("Enter your name:");
gets(s);
printf("your name is:");
puts(s);
getch();
}

OUTPUT :
your name is:
ex:
Enter your name:Karthick raja
your name is:Karthick raja

The above example is another way of getting input from user and execute. If you have any mistake or doubt in that,comment below.... 

Wednesday, 3 January 2018

How to get the input from user and execute

Program in C language :2

#include<stdio.h>
#include<conio.h>

void main()
{
char c[20];
printf("Enter your name");
scanf("%s", c);
printf("Your name is:%s",c);
getch();
}

OUTPUT:
Your name is:___

  The above program is to get input string from user and execute. It is simple program in C language. If there is any mistake or doubts, drop your comments. 

Tuesday, 2 January 2018

How to write the code for your name

Program in C language:

#include<iostream. h>
#include<conio. h>

void main()
{
printf("MY NAME IS___") ;//what you have to execute written in the double quotation mark...
        getch() ;
}

OUTPUT:
MY NAME IS___

The above program is execute your name or college name., So,if you have any doubt in that drop your questions in the comment box. 

Tik Tok ban?

Hello buddy's, it's good to see you. So, What happens to Tik Tok? Is Tik Tok ban? Here is the answer for everything. Madurai benc...