Tuesday 12 August 2014

Tags: , ,

Add All Friends to Facebook Group automatically with single click - Facebook Tricks


Tuesday 24 December 2013

Tags: , ,

Tag friends in Facebook status automatically with single click

Facebook's tagging feature takes more time to search for the friend and then tag them as it always asks us to tag them individually.

Here I am sharing an easy way to tag all your friends automatically in your status comment section using JavaScript. All your Facebook friends will be notified about what you have posted into that status update.

Wednesday 9 October 2013

Tags: ,

Write a Program in C to Copy String

Objective : Write a Program in C to Copy String.

C language allows string handling with functions implementing operations on strings in the C standard library. Various operations, such as copying, concatenation, tokenization and searching are supported.