Virtual machine : In general terms Virtual machine is a software that creates an environment between the computer and end
Month: June 2015
Q17 Write your own function of memcpy().
User defined function of memcpy(). #include<stdio.h> #include<string.h> #include<stdlib.h> void own_memcpy(void *to, void *from, int n) { while(n- -)
Q16 What is the difference between memcpy and memmove.
Hmm friends this is interviewer’s favourite question. Interviewer wants to know, how you handle byte stream. Prototype of memcpy() void
Core Java – OOPs Concepts: OOPs Interview Questions
What are the principle concepts of OOPS? There are four principle concepts upon which
A report says Indians spent 47% of time on apps like WhatsApp, Skype
Smartphone users in India spend 47 per cent of their time on communication applications such as WhatsApp, We Chat, Hike and
An Indian origin scientist got 1.07 million pounds funding grant in UK
London: An Indian-origin scientist researching on robotics technology in the UK has bagged a 1.07 million pounds funding grant to
Computer vision and mobile technology could help blind people ‘see’
Computer scientists are developing new adaptive mobile technology which could enable blind and visually-impaired people to ‘see’ through their smartphone
Toward tiny, solar-powered sensors
New ultralow-power circuit improves efficiency of energy harvesting to more than 80 percent. The latest buzz in the information technology
Facebook’s algorithm can recognize you in pic even if your face is hidden.
An experimental algorithm out of Facebook’s artificial intelligence lab can recognize people in photographs even when it can’t see their
Linux Foundation almost tripling the number of scholarships this year
The Linux Foundation announced its 2015 Linux Training Scholarship Program is open for submissions. This foundation dedicated to accelerating the growth
Intel remote keyboard app that enable you to control your desktop.
Intel has launched a remote keyboard app for android users that allows you to control your desktop from smartphone or
Be aware some of android app leaks your personal data – Researchers found
Researchers found that most of android apps are leaking your personal data. This is the shocking truth revealed by Researchers
Android Auto – An amazing Google’s app for cars
Android Auto is an amazing Google’s app that connects your android phone with your car to enable you to use
User defined function of strcmp()
User defined function of strcmp() strlen is used to compare two strings. If return value is zero means both strings are