Saturday, December 19, 2015

Abdul Kalam Quotes for Motivation and Inspiration-Dream India

                                                                  Missile Man of India



Dr.APJ Abdul Kalam Quotes :


  •  " Failure Will never Overtake me if my Definition to Succeed is Strong Enough."

  •   "Don't take rest after your First Victory because if you fail in your second,More      lips are waiting to say that your First Victory was just Luck."

  • "All Birds are finding shelter during a rain but eagle avoids rain by flying above the Cloud."

  • "Man needs Difficulties in Life because they are  necessary to enjoy Success."

  • "If you want to Shine like a Sun First Burn Like a Sun."

  • "All of Us do not have Equal Talents but All of Us have the Equal Opportunity to develop our Talent."

  • "Be more Dedicated to solid Achievements than in Running after swift but Synthetic Happiness."

  • "Thinking should become your capital Asset whatever Ups and Downs you come across in your life." 

  • "Without your Involvement you cant Succeed, With your Involvement you cant Fail." 

  • It is very easy to defeat someone,But it is very Hard to Win Someone"

 Important Quotes that inspired by most of the Indians :

  • " Dream Before Your Dreams comes True ."

  •  "Dream,Dream,Dream,Dreams Transform into Thought,Thoughts result in Action."

  • "For me,there are two kinds of people: The Young and The Experienced."

  •  End is not the End ,If  Fact E.N.D  Means Effort Never Dies.


      Dream India.Let India to be a Developed Nation-2020.





Friday, October 2, 2015

Small Search-For Beginers In C

#include<stdio.h>
#include<conio.h>
#include<string.h>
#include<alloc.h>
void main()
{
     int i,j;
     int n=0,N,t;
  struct search
   {
       char name[10][25],na[25],temp[25];
       int age,dob;
   }s,s1[2];
 clrscr();
 printf("Enter the names below ");
 printf("\n NOTE:TYPE 0 WHEN FINISHED\n");
 do
  {
   scanf("%s",s1[n].name[n]);
   }while(strcmp(s1[n].name[n++],"0"));
 clrscr();
 for(i=0;i<n-1;i++)
 {
    for(j=i+1;j<n;j++)
     if(stricmp(s1[i].name[i],s1[j].name[j])>0)
      {
        strcpy(s.temp,s1[i].name[i]);
        strcpy(s1[i].name[i],s1[j].name[j]);
        strcpy(s1[j].name[j],s.temp);
       }
    }
   for(i=1;i<n;i++)
    {
      printf("\n%s",s1[i].name[i]);
     }
 printf("\n\t\t####3BRACES SEARCH####\n\t\t\t");
 scanf("%s",s.na);
 printf("\n\t\t SEARCH RESULTS");
 for(i=0;i<n;i++)
 {
   if(s.na[0]==s1[i].name[i][0])
   printf("\n\t\t%s",s1[i].name[i]);
 }
getche();
}

Output:
       Enter the names below
       NOTE:TYPE 0 WHEN FINISHED
       facebook
       apple
       zoo
       font
       lobby
       chennai
       newyork
       zoho
                                       ####3BRACES SEARCH####
                                                      f
                                       SEARCH RESULTS
                                       facebook
                                       font
                                            

Wednesday, September 30, 2015

Google ,Microsoft and ZOHO -RELATIONs








Here Some Relations between the the Above Giants.

Do you find that?


  • First one, All the three has INDIANs As Their CEOs. 
  1.    ZOHO-Sridhar Vembu.
  2.    Google-Sundar Pichai.
  3.    Microsoft-Satya Nadella.
  • Second one is all the three have same colors in their logo.
  • Third one,They provide Cloud Computing related Softwares.
These are some relations of the three giants...
Thank You Keep visiting our Blogspot...

Monday, September 28, 2015

Program to Calculate CGPA

#include<stdio.h>
#include<conio.h>
float c,h,totcre=0,totbot=0;
char gp;
float res=0;
int sub,n,i,a=1;
void grade(float);
void main()
 {
   clrscr();
   printf("\n\n\n\t\t\t\t{{{ 3 BRACES }}}\n");
   printf("\n\n\n\t\t    ANNA UNIVERSITY CGPA\\GPA CALCULATOR\n");
   printf("\t\t\t\t 1.CGPA\n");
   printf("\t\t\t\t 2.GPA");
   printf("\n   (NOTE:IT WILL WORKS FOR PEOPLE WITHOUT BACKLOGS)");
   printf("\nENTER YOUR WISH");
   scanf("%d",&n);
    switch(n)
         {
          case 1:
          printf("\nEnter Number of Subjects Upto Current Semester:");
          scanf("%d",&sub);
          printf("\nEnter your CREDITS REGISTERED and GRADE EARNED for each subject:");
          grade(sub);
          break;
          case 2:
          printf("\nEnter Number of Subjects Upto Current Semester:");
          scanf("%d",&sub);
          printf("\nEnter your CREDITS REGISTERED and GRADE EARNED for each subject:");
          grade(sub);
          break;
          }
  getche();
   }
   void grade(float sub)
       {
          for(i=0;i<=sub+sub-1;i++)
         {
          if(i!=0&&i%2!=0)
            {
               if(i==1)
                 {
                    printf("Sub %d :",a++);
                  }
          else
           {
             printf("sub %d :",a++);
            }
          }
 scanf("%c",&gp);
 switch(gp)
  {
    case 'a':
    h=9;
    scanf("%f",&c);
    totbot=totbot+((c)*(h));
    totcre=totcre+c;
    c=0;gp=0;
    break;
    case 'b':
    h=8;
    scanf("%f",&c);
    totbot=totbot+((c)*(h));
    totcre=totcre+c;
    c=0;gp=0;
    break;
    case 'c':
    h=7;
   scanf("%f",&c);
   totbot=totbot+((c)*(h));
   totcre=totcre+c;
   c=0;gp=0;
   break;
   case 'd':
   h=6;
   scanf("%f",&c);
   totbot=totbot+((c)*(h));
   totcre=totcre+c;
   c=0;gp=0;
   break;
   case 'e':
   h=5;
   scanf("%f",&c);
   totbot=totbot+((c)*(h));
   totcre=totcre+c;
   c=0;gp=0;
   break;
   case 's':
   h=10;
   scanf("%f",&c);
   totbot=totbot+((c)*(h));
   totcre=totcre+c;
   c=0;gp=0;
   break;
     }
  }
  res=(float) (totbot/totcre);
  printf("YOUR CGPA =%.3f",res);
  printf("\nALL THE BEST---CONGRATS");
}