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

Search In

How to find elements from the group array in PHP

Hello Reader's! if you have set of arrays and you want to get all of them seperatly then the code below will help you. Let's say if you have [ [a], [b], [c], [a, b], [a, c], [b, c], [a, b, c] ] and you want this [a,b,c] The code will go lik

OOPS Visibility concept of properties in php

In this tutorial we will see the visibility of the properties which are defined as public , protected or private. The property of a class that is defined as public can be accessed from any where restricting the visibility of property which are define

Method Overloading

Method Overloading is a type of polymorphism. Using this we can have two different method having the same name in a single class. Method have the same name but different argument through which they are recognize. Argument have 1.Different number of a

Comparison of Exception Handling in C++ and Java

Comparison of Exception Handling in C++ and Java In C++ and Java, keywords like try,catch and throw for exception handling are same,their meaning is also same but exception handling in C++ and Java differ in many ways. 1)In Java only instances of s

return address of local variable or array

in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this? #include<

Benefits of Objective-C language over procedural language

                                        Benefits of Obj

Introduction to Basic C Language Program Features & Syntax for Beginner

Introduction of C Programming    C is a general purpose programming language which was developed by Dennis Ritchie in 1973 at the bell laboratories. C programming language was developed for the UNIX operating system. The language was fo

Navigating the Digital Frontier: A Blueprint for Marketing Success

The digital age has transformed the way businesses interact with consumers. Digital marketing has emerged as a powerful tool for reaching target audiences, building brand awareness, and driving sales. This comprehensive guide explores the c

how to merge objc and Swift code in same project

To use swift code in Objective-c project -> 1. Go to your objective-c project -> create a new file -> source -> Cocoa Touch Class -> change language to “Swift” -> create. 2. Now a alert will pop-up “Would you like to configure an

How to apply conditional operators in JSTL?

In JSP file sometimes we need to put conditional operators through JSTL. Example: In the below example I am applying && and || operators. <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <html> <head> <titl

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