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

Search In

How to Merge two array list

 In the below example I have described "how to add or merge two array list?". Here I have created two array String  a[],String b[], then I have initialize values in array . After this I have created arrayList and merge value Strin

memcpy() in C

memcpy() This method as the name suggest memcpy() i.e memory copy is used to copy a number of bytes i.e a block of memory from one location to another location. Syntax of memcpy(): void * memcpy(void *to, const void *from, size_t numBytes); Pro

Type casting in C

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

Automatic Storage Class in C language

 Automatic Storage Class used in C for the use of defining the different values by a same name in a program, User will use this value through C language program control method. Auto keyword is used for Automatic Storage Class, when a user declar

A simple function returning UIColor from HexaColor String in swift

Here are step-by-step guide to obtain UIColor: 1- Firstly you need to do is to remove all spaces and new line character sets from the string and then covert the string to UPPER Case example AABBCC. var cString:String = hexColorString.stringByTrimm

Sorting singly linked list which takes only one argument

I want to write a recursive method which sorts the singly linked list and takes only one argument. And do not write another auxiliary method to support this recursive method.

uploading file

when i execute this file.php only it will upload, when i run in Mainlayout.php its not uploading. Below file is File.php, its to upload csv file.. Canone help me plzzzzzzzz   <form name="import" method="post" enctype="multipart/form-data"&

How to Print this Output in C Programming?

SAMPLE INPUT   3 9 2 5 SAMPLE OUTPUT   *################* **##############** ***############*** ****##########**** *****########***** ******######****** *******####******* ********##******** ****************** *##* **** *########

Project Management Tips for Software Developers

Photo by Marvin Meyer on UnsplashSoftware development has emerged as one of the essential professional fields in modern society because of the profound effects technology has on every aspect of our daily lives. People use technology for wor

Difference between var and dynamic in C#

"Difference between var and dynamic in C#"     To understand the differences more clearly, let us go through the following table: VAR DYNAMIC This was introduced in C# 3.0 This was introduced in C# 4.0 In this

1 27 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: