Type Casting Type casting is used to convert one data type value to another data type value such as int to double, double to int conversion etc. …
Read moreHistory of Java Java history is interesting to know. The history of java starts from Green Team. Java team members (also known as Green Team), ini…
Read moreFile Handling in C language fclose(): fclose(fp); Ã it writes file buffer data to the hard disk. Reading a char from…
Read moreFile Handling in c language File : It is a physical memory space on the Hard Disk. It contains data in some format ( text format / binary format ) …
Read moreCall by Value: Definition: It is a calling function by passing value of the variable. Call by value: Eg: #include<iostream> int…
Read moreCall by Reference : Definition: It is a calling function by address of variable. Example for Call by reference: #include<iostream> int mai…
Read more
Social Plugin