Pointer to Pointer or Double Pointer in C

In this tutorial, you will find out about pointer to pointer or twofold pointer in C. The pointer is utilized to store the memory address of a variable. The twofold pointer is utilized to store the memory address of some other pointer. We should attempt to comprehend this by one example. Pointer to Pointer or … Read more

Advantages and Disadvantages of C Language

Advantages and Disadvantages of C Language Here you will find out about Advantages and disservices of C language. Advantages of C Language C language is a structure obstruct for some other presently known languages. C language has an assortment of information types and ground-breaking administrators. Because of this, programs written in C language are productive, … Read more

C Enumerated Data Type

C Enumeration or Enumerated Data Type C enumeration is a client characterized information type which comprises of a rundown of names and each name relates to a necessary consistent. It builds the program coherence as names are anything but difficult to peruse and keep up. Counted information type can be characterized in C utilizing “enum” … Read more

error: Alert: Content is protected!!