Pointer in C
  • By Priyanka Mhaske
  • July 24, 2019
  • C and C++ Programing

What is Pointer? Pointers stores the address of variables or a memory location. Syntax: datatype *var_name; e.g. int *ptr; Above example states that: //An example pointer "ptr" that holds //…

Collection in Java in a Easy and Sorted way
  • By Sonali Mahajan
  • July 23, 2019
  • JAVA ProgrammingSoftware Development

Collection in Java in an Easy and Sorted way If you want to represent a group of the individual object as a single entity then Java Course In Puneshould go…