There is no age limit for love. You think like that. When you fallen love with some one you only older than that some one because the love starts from you know so you are the senior. Think like that and enjoy your love.
Hi I`m sundar MCA,
The difference between print() & echo()?
1. Echo() can take multiple expression
eg: Echo 'sundar','MCA'; // sundarMCA
2. Print() cannot take multiple expression
eg print 'sundar','MCA'; // Parse Error
3. Echo() doesn`t return any values.
4.print() return values.