void pointer in C

When we declare a pointer we specify its type which will be same as the type of the variable whose address the pointer will contain. For example if we will declare an integer pointer then it can contain the address of an integer variable only. Take below example. int *p,a; char b; p=&a; //valid p=&b; …

void pointer in C Read More »

7 Reasons To Consider Ruby On Rails Development For Websites Creation

One of the hottest technical trends of 2015, Ruby On Rails development is rapidly gaining popularity as an ideal solution for creating web applications. It is an open source web app framework, which is written using Ruby programming language. Whereas Rails is a complete framework, which focuses on use of popular software engineering patterns like …

7 Reasons To Consider Ruby On Rails Development For Websites Creation Read More »