Program to check whether the given string is a Palindrome

Posted by Unknown Sabtu, 31 Agustus 2013 0 komentar
Hello friends..

Writing a program is a common thing if you are a CS students and in the beginning its very difficult some times  to write the programs .. Hence  we thought to share some basic programs  which is quit useful for you all while writing assignments or practicals.

 Here sharing  a program to check whether the given string is a Palindrome .  If you are thinking what is it then  Palindrome is a string, which when read in both forward and backward way is same.
Example: radar, madam, pop, lol, Malayalam


#include
#include
int main(){
char string1[20 ];
int i, length;
int flag = 0;
printf("Enter a string: \n");
scanf("%s" , string1);
length = strlen(str ing1);
for(i=0;i<length ;i++){
if(string1 [i] != string1[le ngth-i-1]) {
flag = 1;
break;
}
}
if (flag){
printf("%s is not a palindrome \n", string1);
}
else{
printf("%s is a palindrome \n", string1);
}
return 0;
}
Output:
Enter a string: radar
"radar"is a palindrome

Explanation with example for making it easy to understand.


To check if a string is a palindrome or not, a string needs to be compared with the reverse of itself.
Consider a palindrome string:"radar",
---------- ---------- -------
index: 0 1 2 3 4
value: r a d a r
---------- ---------- -------

To compare it with the reverse of itself, the following logic is used:
0th character in the char array, string1 is same as 4th character in the same string.
1st character is same as 3rd character.
2nd character is same as 2nd character.

i'th character is same as 'length-i- 1'th character.
If any one of the above condition fails, flag is set to true(1), which implies that the string is not a palindrome .
By default, the value of flag is false(0). Hence, if all the conditions are satisfied, the string is a palindrome .



Baca Selengkapnya ....

Top 10 Funny Facebook Status Update/Best funny quotes

Posted by Unknown Jumat, 30 Agustus 2013 0 komentar

Don't like me? cool, i dont wake up every dy to impress you.

When I was younger, I couldn't wait to be older. This shit was not what I expected.


Not all cute guys have girlfriends, most of them have boyfriends.


I like sleeping, it's like death without the commitment.


The best feeling in the world is when someone you hate tells a joke and nobody laughs.


My mouth automatically says "shit" when something wrong happens.


A pretty face gets old, a nice body changes, but a good woman will always be a good woman.


Every thing is funny as long as it is happening to some one else.


Out of my mind!!! back in five minutes.

I hate when i understand something..... after the test




Baca Selengkapnya ....

Top Free best web hosting sites

Posted by Unknown Kamis, 29 Agustus 2013 0 komentar
                                    TOP Free BEST WEB Hosting SITES

www.my3gb.com

www.phpzilla.com

www.ofees.com

www.000webhost.com

www.webs.com

www.1110mb.com

www.freewebsites.com

www.free-webhosts.com

Baca Selengkapnya ....

Top Windows 8 Apps And Games

Posted by Unknown 0 komentar
Windows 8 OS has been brought up by Microsoft, everyone is looking for some best apps and games for their windows 8 phone, so here we have listed about 7 best Windows Phone 8 Apps and Games you must rely on. Have a look on them:


List of Some Top Best 8 Windows Phone 8 Apps & Games


Adobe Reader:

Now the First one would be Adobe Reader which is one of the best app for windows 8 Smartphone users, like if you are fond of reading books, then you can find this app very useful. With it you can read eBooks on your Windows 8 Smartphone with larger display and resolution you can enjoy reading books onto it.

This app is available free of cost from the Windows App Market and officialy being developed by Adobe Developers only. 

Texas Hold’em Poker:

The Next one comes to be Texas Hold’em Poker which is a best time pass game where in you can learn some quick techniques to sharpen our mind. This is the best game app for windows 8 users around the world to utilize their free time and enjoy with it. It is too available free of cost from the Windows App Market. This Game is having an Awesome User Interface with which you can enjoy a lot.

Paytm:

Now comes the next app which is Paytm which is one of the best app which provides facility to recharge your number at any instant of time, even we can pay our bills with it. Paytm is having a simple user interface and has already having a million downloads.

Pictures Lab:

PicturesLab is a yet another app for windows 8 phone users which helps you in customizing your pictures which you take from your Smartphone’s camera. Yet this app is not free, but you can still purchase it from the windows app store.

WhatsApp: 

Next app comes to be Whatsapp which is one of the best app for text messaging at no extra cost. Being the best cross platform messaging app, allowing users to sending unlimited text messages, videos, picture to other whatsapp users at no extra cost. This app is available free of cost from the windows app store.

Angry Birds:

Angry Birds, which is one of the best game for windows 8 Smartphone. There are a lot of different versions of this game available, being the best puzzle game, already it reached 10 million downloads till now. It is not available free of cost, so you can buy it from the Windows App Store.

Jetpack Joyride:

Now comes Jetpack Joyride which is a very famous running game for windows 8 Smartphone. This game is available free of cost from the windows store, and it runs smoothly with its latest version released.

Temple Run:

Temple Run is the last game in the list which is one of the top best running game which has already reached more than 10 million downloads yet from all over the world. It is now compatible with Windows Phone 8 Smartphone’s so you can easily grab them for free from the windows app store.

So these were the top best 8 windows store app and games you must rely on, so what are you waiting for?

Go Grab them up and enjoy using them on your windows 8 device.

Baca Selengkapnya ....

How to connect the moborobo software to your android smartphone

Posted by Unknown 0 komentar
How to connect the moborobo software to your android smartphone

1.Open the Installed software
2.Take you Android Smart Phone 
3.Click on the MENU
4.Go to Settings
5.Click on the Developer option
6.Enable the "Android debugging"
7.Then connect your phone to the PC
8.Install the moborobo app in your mobile phone
9.Select the any app click on the install
10.the app will be going to install directly in your smartphone  
Enjoy unlimited Application,Games,Live wallpapers...etc


Click on the NEXT
The moborobo app will be going to install your smart phone it will take 2,3 min 
then Click on Finish.




Baca Selengkapnya ....

How to install the Moborobo in your pc

Posted by Unknown 0 komentar
How to install the moborobo in your pc 
It is the best application to install the apps in your android smart phone.
i.First Download the Moborobo
                                                                       Download

ii.After Download the Application

iii.Click on the Application (It will Display the language screen)

iv.Click on OK


v.Click on the NEXT


vi. Choose the location were you need to install the software
vii.then click on the NEXT 

viii.Click on the NEXT


ix.The software will be going to installing please wait 


x.After instillation was completed then click finish

You have successfully installed moborobo software on your pc  








Baca Selengkapnya ....

How to set pattern lock in windows os

Posted by Unknown Rabu, 28 Agustus 2013 0 komentar
                                      EUSING MAZE LOCK LOCK IN WINDOWS OS


                                   HOW TO DOWNLOAD THE EUSING MAZE LOCK

1.First download the Eusing Maze Lock

Eusing Maze Lock Download


2.Click on the Download the File will be going to download after the download was completed  then install the software on your pc


3.Click on the Next


4.Click on the NEXT

                          

5.Click on the NEXT

6.Click on the FINISH

you have successfully install the eusing maze Lock

How will be going to work

After Install was successfully completed it will be going to display this message  

1.Click on the OK

This Pattern Lock will be divided 3 type 
i.3*3
ii.4*4
iii.5*5

Here I choose 3*3 pattern 

Click on the OK 

When you click on the General it will going to display the setting you can choose you self  then click on OK


When you click the Background  you can change the image of the lock screen 
click on the ok button 

You have successfully create a pattern lock in windows OS






















Baca Selengkapnya ....

how to add the money in paytm by using the Internet banking

Posted by Unknown Selasa, 27 Agustus 2013 1 komentar

Paytm is world largest Recharge website in the world  
www.paytm.com

Enter the login details

                                                   
                                                                  Click on the paytm cash                       
    

It will display the balance amount

In the Enter amount button add the money how much you need to required then click the Proceed 



Here you can choose the Net Banking
Then Selcet the Bank name 
then Click on the Paynow


Then enter the Login name & password 
click the submit
you have successfully add you money in the paytm.








Baca Selengkapnya ....

List Of RSS Blog Directories To Submit Your Blog

Posted by Unknown Senin, 26 Agustus 2013 0 komentar
From the last few weeks i mostly talks about the creating backlinks strategy.And the reason is that last week i start my new Technology blog www.techdark.com blog on wordpress CMS.And i am totally focus on Seo and great content.

And to get good position in search engine i do commenting on Do-Follow blogs and share a blog post on Technoworld: Latest 2014 DoFollow CommentLuv Enabled Blogs To Get Backlinks and to create good dofollow links from high PR websites i share my every blog post on Do-Follow Social Networking Websites and into Social Bookmarking websites and share with the readers of Technoworld.

And in today's article i share the list of RSS Blog directories to submit your blog.So stay with us.

List Of RSS Blog Directories To Submit Your Blog:

  1. Allforblog
  2. Alltop
  3. Birminghambloggers
  4. Blog.com
  5. Blogarama 
  6. Blogadr
  7. Blogaz
  8. BlogCatalog 
  9. Blog-collector blog+rss
  10. Blogs-collection
  11. Blogdigger
  12. Blogdire
  13. Blogdirectory
  14. Blog-directory
  15. Blogdirectorysubmission
  16. Blogdir 
  17. BlogDirs
  18. Blogdirectory.ws
  19. Blogflux
  20. Blogfolders
  21. Bloggerhq
  22. Bloggernity
  23. Bloghub
  24. Blogginglist
  25. Bloghints
  26. Bloglines blog+rss
  27. Bloglinker
  28. Bloglisting
  29. Bloggernow
  30. Blogotion
  31. BlogoWogo
  32. Blogpopular
  33. Blogrankings
  34. BlogRateDirectory
  35. BlogRollCenter blog + RSS
  36. Blogsavenue
  37. Blogs.com
  38. Blogscanada
  39. Blogsranker
  40. Blogsrater
  41. Blogsearch
  42. Blogsitelist
  43. Blogsthatfollow
  44. Blogs.urlz
  45. Blogtoplist
  46. Bloguniverse
  47. Blogville 
  48. Blurt It
  49. BOTW Blog Directory
  50. Britblog
  51. Buzzerhut
  52. Chordata Blog+Rss
  53. Ckalari
  54. Conseillemoi
  55. Crayon
  56. Dmoz
  57. EZE
  58. Ezilon
  59. Feedmap blog+rss
  60. Feedplex blog+rss
  61. FuelMyBlog blog + RSS
  62. FyberSearch
  63. Globeofblogs
  64. Goblog4i
  65. goblogz
  66. Google
  67. Gozoof
  68. Icerocket
  69. Info-listings
  70. lisblogsource
  71. Loaded Web
  72. LSBlogs
  73. Minnesota blog+rss
  74. Nycbloggers
  75. Ontoplist blog+rss
  76. Photarium
  77. Photo Blog Directory
  78. PlanetUSA
  79. PuppyURL
  80. Readablog
  81. Rateitall
  82. Regator
  83. Roask
  84. SmallBusiness.com
  85. Spicypage
  86. Sports
  87. Sportsblogs
  88. Submitblognow
  89. submitlinkurl
  90. Technorati
  91. Theseoking
  92. TheVital
  93. Topblogarea
  94. TopBlogging blog + RSS
  95. Topsiteswebdirectory
  96. Totalblogdirectory
  97. Ubdaily
  98. Weblogs.com
  99. Webloogle
  100. Websandiego
  101. Webworldindex
  102. Wilsdomain
  103. WordPress
  104. Yahoo local
  105. Yahoo.com
  106. Zimbo blog+rss

Baca Selengkapnya ....

Micromax Canvas Doodle 2 Price in India/ Review/ launch

Posted by Unknown Sabtu, 24 Agustus 2013 0 komentar

Micromax has finally come up with the most costly handset from them  and it has been launched  today... Its one of the fastest booming co. in India so far by providing best handsets in reasonable price and best features  when compare to others... We usually  prefer best price  for best handsets while buying and compared to other handsets. It's  Micromax Canvas Doodle 2 about what I'm talking  and the newest  release of Micromax.

Some of the Features are tagged below:

 It has screen resolution of 1280x720p.

 It's has a 1.2GHz quad-core processor, 1GB RAM and  12GB internal storage.

It is dual SIM.

It run on Android 4.2 (Jelly Bean) .

It come up with  'Blow to Unlock' feature.

It has a 12MP camera with dual-LED flash on the back and a 5MP shooter in front.

Connectivity 2G, 3G and Wi-Fi.

2,600mAh battery of the phone has been rated at 8 hours  of talk time on 2G network.

Price tag:

It has been  priced Rs. 19,990 on Snapdeal.

Baca Selengkapnya ....

Best Apps to Recover your lost android device/Free download

Posted by Unknown 0 komentar
Hello friends,

 Sharing with all  best application  to locate or find your lost android device... Many times we forget our device  or sometimes it get lost  somewhere and we are unable to remember the location but the below mentioned apps are the best apps to recover back your lost device  which provides extra security to your phone if it is lost or stolen. By tracking the location and sending the alert messages to your email account.. you can also lock your device. Just download it free from here by clicking on it or on Google play store

1. AntiDroidtheft:

2. SeekDroid Lite:

3.  Android lost free:

4. Where’s my droid

5 Cerberus

6. Find My phone

Baca Selengkapnya ....

How To Remove Phone Number From TrueCaller Database

Posted by Unknown Jumat, 23 Agustus 2013 0 komentar
Are you familiar with Truecaller? No,I tell you True caller is the best website to get any person details via hi/her phone number.

Lets try to search my friends details via his phone number(098135*****)  Sorry due to some reason i hide his phone number.Go to www.truecaller.com and enter phone number.

When i entered his phone number the result is shown below:




So if you concerned about privacy and want to remove your phone number from true caller database.Then here is a simple form which surely helps you.



Done After sometime your phone number is removed from the database.

Baca Selengkapnya ....

Menambah Kapasitas Memory Internal Advan Vandroid 01A

Posted by Unknown 0 komentar
Bagi pengguna Android Advan Vandroid 01A yang mempunyai ukuran memory kapasitas internal yang kecil dapat menggunakan cara ini untuk membantu agar memory internal di Android kamu tidak penuh. Berikut tutorialnya:

Bahan yang dibutuhkan
1. komputer pc/laptop
2. Software mini partition wizard
3. Memory SD Card Minimal 2GB
3. aplikasi Link2sd (Membutuhkan akses Root)
4. Android Advan vandroid 01A yang sudah di Root


Langkah
Langkah pertama kita harus mempartisi memory kita menjadi 3 bagian yaitu
partisi 1 :  Type FAT 32 Primary (Untuk memory external)
partisi 2 :  Type EXT 4 Primary (Untuk memory tambahan internal)
partisi 3 :  Type Linux Swap Primary (Untuk menambah kapasitas memory RAM)

1. Install dan jalankan aplikasi mini partition dan colokan memory SD Card ke komputer.
Untuk contoh memory SD Card yang kami gunakan berukuran 8GB Class 10.

-Piih SD Card kemudian pilih delete, liat screenshot di bawah agar lebih jelas.



2. Setelah di delete partisi. kemudian pilih create partition.


3. Untuk yang pertama kita akan membuat partisi dengan file system FAT 32 yang akan menjadi memory external kita jadi sesuaikan besar kapasitasnya, 
- Isi nama label bebas sesuai keinginan kamu, pilih type primary dan file system FAT 32 kemudian ok.


4. Kemudian untuk yang kedua kita akan membuat partisi dengan file system EXT 4 yang akan menjadi memory tambahan internal kita.
- Pilih di unallocated kemudian create partition.


5. Akan ada notifikasi konfrimasi, klik yes untuk melanjutkan.


6. Di sini kami memberikan contoh ukuran cukup kurang lebih 1GB untuk EXT 4, karena bila kebesaran percuma tidak akan terpakai.
- Isi nama label bebas sesuai keinginan kamu, pilih type primary dan file system ext 4 kemudian ok.


7. Kemudian yang terakhir kita akan membuat partisi dengan file system swap memory fungsinya akan menambahkan kapasitas dan kinerja RAM.
- Pilih di unallocated (sisa memory terakhir) kemudian create partition.


8. Akan ada notifikasi konfrimasi, klik yes untuk melanjutkan.


9. Sisaan kapasitas memory tinggal 280MB kurang lebih, itu yang akan menjadi swap memory. swap memory memang sebaiknya jangan diberikan ukuran yang besar, karena percuma memory ini tidak akan terpakai banyak.
- Isi nama label bebas sesuai keinginan kamu, pilih type primary dan file system Linux Swap  kemudian ok.


10. Setelah selesai membagi SD Card menjadi 3 partisi. Kemudian pilih Apply.


Tunggu proses pembuatan hingga selesai


Partisi selesai dibuat.


11. Setelah partisi telah dibuat, sekarang masukan SD Card di Android Advan 01A. install dan buka aplikasi Link2SD. kemudian akan ada notifkasi, kemudian pilih EXT 4 dan restart Android-nya



12. Setelah di restart kemudian buka aplikasi Link2SD lagi, pilih aplikasi yang ingin di pindahkan.


Pilih Move to SD Card



Untuk mengetahui informasi SD Card, pilih menu > Memory info


Selesai.

Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android app jorte.