Tag: Pointers

Easy ways to cope with C/C++ Assignment

C++ is one of the fastest, most reputable and effective languages in the programming world. In this article, you will learn about the top mistakes people make and how to eliminate them so that your C/C++ homework is bold and clear.

Read More

Difference between char [] and char * in C?

Generally, the following two statements about char[] and char * in C are considered confusing and understanding the difference between them is important. The first statement puts the literal string “mycplus” in read-only memory and copies the string to newly allocated memory on the stack. The second statement is known as static string allocation and definition.

Read More