
Search In
They say that the capacity to delegate is the true indication of a leader and with this known, it is still amazing how many people mess that part up. Leadership psychologists have regularly attempted to make sense of why leaders fail and why
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n,remainder,cnt=0,i,temp1;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
temp1=i;
while(temp1)
{
remainder=temp1%10;
if(re
Comparison operator is basically used to compare any two variables. Whereas the logical operator is basically used for logical operations such as AND, OR, NOT. We know that there is precedence for the different operators we have a particular tab
I need an android app developer with java and native code experience using C or C++ to create a NoRootFirewall app. This app will support devices between API 15 and 23. The app will be able to filter data access to every system/installed application
There are three useful services provided by AngularJS for view rendering and evaluating expression which it uses internally.
$interpolate :- This service simply takes a string and is used to evaluate expressions. We can run the entire string and th
Hi,
Committing is a way in GIT, that adds changes to the repository history and assigns a understandable commit name to it. If by mistake one added a wrong commit message and want to edit it, he can use the below command:
git commit --amend
This
Type casting is to change the data type of a variable according to programming need.
Type casting is done to assign values to dissimilar data type or to perform manipulation over dissimilar data type.
Type ca
There is a property in text view to have web links, email address and phone number to make them as hyper link and actionable.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink
Code division multiple access (CDMA) is a channel access method used by various radio communication technologies.
CDMA is an example of multiple access, where several nodes transmits the data simultaneously. This allows several users to shar
Amplitude-shift keying (ASK) is a form of amplitude modulation represents the digital data as variation in the wave. In an ASK system, the binary symbol 1 is represented by transmitted a carrier wave duration of T seconds.
If the signa
