LATEST POST

Introduction to Web Technologies
Introduction to Web Technologies
Web technology is a standard that allows you to develop Web applications with the help of pre-defined sets of classes, objects, methods, and properties available in a markup language, style sheet language,...
Internet and Web
Internet and Web
Nowadays, the Internet has become a widespread information infrastructure that reaches various fields, such as business, education, hospitality, and research. It has changed how people  live, work, play...
Internet and Web Technologies
Internet and Web Technologies
The Internet is a worldwide system of interconnected computer networks. These networks use the standard Transmission Control Protocol/Internet Protocol (TCP/IP) suite to share information across the world....
C Programming Bit Field
C Programming Bit Field
C Programming Bit Field In this chapter you will learn the use of bit fields in C programs. Memory can be exploited using bit fields. Suppose, your program has some TRUE/FALSE variables which are categorized...
C Type Casting
C Type Casting
In this chapter you will learn about type casting. Type casting allows you to convert data from one type to another type. C type casting One data type can be converted to another data type through type...
1 2 3 15