Skip to main content

Posts

Programing

  Oasis Infobyte Internship Experience      This blog is about my experience of Oasis Infobyte internship. I received an offer letter from Oasis infobyte for java development internship. I was very happy because of this opportunity. The experience with the oasis infobyte has been great. I have learned a lot from this internship. And got to know the new technologies. Happy to work and learn with Oasis Infobyte.It was great experience. If you are interested in this internship the check out their official website  here  :  http://oasisinfobyte.in/ Thank you. 
Recent posts
 Oasis Infobyte Internship Experience      This blog is about my experience of Oasis Infobyte internship. I received an offer letter from Oasis infobyte for java internship. I was so happy because of this opportunity. The experience with the oasis infobyte has been great. I have learned a lot from this internship. And got introduced to the new technology. Happy to work and learn with Oasis Infobyte. If you are interested in this internship the check out their official website here :  http://oasisinfobyte.in/ Thank you. 

IFYX Keyboard Cover / Protector

A IFyx Laptop Keyboard Cover for protection From water If you want to buy a protective cover to protect your Laptop Keyboard you must visit IFYX STORE  to buy these amazing Keyboard covers.      As we know now a days keyboards of the laptops are not same in design where some keys are less or more than other or layout might change, so we would not be able to get proper keyboard cover for our laptops. the best example is Lenovo Legion 5 Series  .   But now if you want to buy perfect fitting keyboard cover for your laptop then you cant goto IFYX STORE and search for you model and you can easyly get perfect fit. Best things about IFYX STORE :  Durability. Perfect Cutout for each and every Key. Cheaper in price as compair to other keyboard covers.  So if you want to buy This Keyboard cover you can click the link given below and will be redirected to official website of IFYX STORE  :  Link :  https://ifyxstore.com/?ref=9ksd1e2tn9 If y...

Mobile Application Development Answers | Android App Development

Title M Mobile Application Development- Experiment No 1 Answers         Here we have given you the pdf copy of answers of Maharashtra State Board of Technical Education (MSBTE) , Diploma, 6 th Semester - I scheme, Mobile Application Development(22617) - Experiment No 1 from Laboratory manual.       This file include all the questions and their answers as per MSBTE guideline,  All the questions included in the file are as follows:     IX. Practical Related Questions. Q1. List different Android O.S. versions. Q2 . State characteristics of android operating system. X. Exercise. Q1. Draw the architectural diagram of Android operating system. Q2. Differentiate between Windows operating system and Android operating system.     Answers of above questions are given in the file, you can download the file by just clicking the link below. Mobile Application Development(22617) Experiment No 1 Answers  

Cafe Billing System In Java | Swing Project | Eclipse | Final Project | ...

New Video Is out now ...

Basic Input / Output Function used in 'C' Language

Basic Input / Output Function used in 'C' Language          We know that the c language is accompanied by a collection of library functions, which includes a number of input/output functions.these functions allow the transfer of information between the computer and the input/output devices.               There are multiple input/output functions in 'C'. Main Two of them are as follows:-   Input function : -                 Data (values) can be accepted in the program by means of some functions, which are already defined in the standard c library. The most common function is the  scanf()   function.       Scanf() function: -           Data can be entered into the running program from a input device(keyboard). The input will be be taken by the c library functions scanf() . This function can be used to take inp...

Identifiers In C Programming Language.

Identifiers used In C                  A c program consists of two types of elements, user defined and pre-defined.identifier is nothing but a name given to those elements. An identifier is a word used by programmer to name a variable,function or label.identifiers consists of letters and digits,in any order , except that the first character must be a letter.Both upper and lowercase letters can be used. Identifiers are :- 1.  Keywords. 2.  Variables. 3.  Constants. 4.  Numbers. 5.  Data types keywords :-               Keywords are nothing but system defined identifiers. Keywords are reserved words of the language.they have specific meaning in the language and cannot be used by the programmer as variable or constant names. c language specifies 32 keywords and other reserved keywords. Keywords are listed below : auto If r...