Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

PROGRAM TO SUBTRACT TWO NUMBER WITHOUT USING SUBTRACTION OPERATOR

A program on C language without using subtraction operator is done by taking the numbers 2's complement and then add it to another number. #include<stdio.h> int main(){ int a,b; int sum; int complement=0; printf("Enter any

How to Create folder

To Create a new folder we use a Directory.CreateDirectory() method. This method allows us to create new directories in the specified path only if the specified path is not already exists. It is one of a static method in Directory class because of its

Why does HTML think 'Chucknorris' is a color?

Hey there! So this is a really interesting topic I came across yesterday. And immediately thought of sharing it with you all. In CSS, we are giving colors in RGB format or hexadecimal format. But what if you came to know that HTML accepts any rando

How can I Get Fetched Tweets Only One Time in Python Program?

How can I Get Fetched Tweets Only One Time in Python Program?  And in this case, I don't want to get retweets, or the same tweet more than once.   the following link has the code and a sample of the problem:   https://www.

how to run this program in do while loop

Hi, I want to run the below program in do while loop, please help me. #include<stdio.h> int main() {     int num;     char another;          do     {         printf("enter the number");         scanf("%d", &num);         printf("the squar

Date Picker Dialog and Time Picker Dialog in Android

Android provides Date and Time Picker dialog, user can select appropriate date and time as per his need. With DatePickerDialog we can select date, month and year using Calendar class. setMaxDate(long maxDate) and setMinDate(long minDate) methods su

Google Charts with Jquery Ajax

If you are working on a Google chart and need some jquery ajax requirement, then this blog is quite useful. I found this very powerful and simple to implement. Find the link at the end of details: Google Charts with Jquery Ajax If you are working f

Cross Language Interoperability

.Net Framework contains a large library and support for cross language interoperability (i.e., the ability through which each and every language can use code written in other languages) across several programming languages. It also support the fe

Apk signed with same certificate as the previous version

To make a android apk in flash builder is having very simple steps. Export release build Choose certificate and build the project and you got your apk. Here the certificate are very easy to create, choose create and fill the details and save the p

What is Arch Linux

Arch Linux (/ɑːrtʃ/)[8][9] is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally min

1 23 319
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: