• Home
  • About
  • Contact Us

More Scientific

  • Computer Networks
  • Operating Systems
  • Programming Languages
  • Project Management
  • Software Development
  • Software Testing

Low Level Disk I/O, Opening A File, Bitwise Operators In C

April 29, 2019 by admin

In this post, I will discuss about Low Level Disk I/O in C Programming, Low level disk I/O function has the below mentioned advantages, Using argc and argv, Standard I / O Devices in C programming, What is I/O functions Redirection and Bitwise Operators in C Programming. Low Level Disk I/O in C Programming: Using low level disk I/O data cannot be written as individual … [Read more...]

Filed Under: Programming Languages Tagged With: advantages, argc, argument, argv, binary, buffer, bytes, char, character, code, coding, complement, data, devices, double, errors, file, float, function, fwrite, input, ints, language, operating system, OS, output, pointers, program, programming, read, reading, redirection, routines, standard, VDU, write, writing

File Opening Modes, Text And Binary Files In C Programming

April 28, 2019 by admin

In this post, I will discuss about Writing to a File in C using a function, File Opening Modes in C, String (line) I / O in Files: in C programming, Record Input-Output Files using C program, Text Files and Binary Files in C programming, Text versus Binary Mode files- Newlines in C programming, End of File read in Text Mode and Binary mode files and Time versus Binary Mode- … [Read more...]

Filed Under: Programming Languages Tagged With: character, code, coding, content, disk, end of file, fopen, fprintf, fputc, fputs, fscanf, function, input, language, line, memory, newlines, numbers, operations, output, program, programming, putch, reading, salary, search, storage, string, time, VDU, writing

Unformatted Console I/O Functions, Gets, Puts In C Language

April 27, 2019 by admin

In this post, I will discuss about Unformatted Console I/O Functions, Using gets( ) and puts( ) in C programming, File Operations: A program to display content of file, Opening a File using function in C, File handling and File allocation concepts and Reading from a File in C programming language. Unformatted Console I/O Functions: Unformatted console I/O are the function … [Read more...]

Filed Under: Programming Languages Tagged With: allocation, buffer, character, code, coding, concepts, content, disk, display, fgetc, fgetchar, file, function, getch, getche, handling, macro, memory, open, opening, operations, pointer, program, programming, reading, string

Structure Declaration, Console Input Output Functions In C

April 26, 2019 by admin

In this post, I will discuss about Important Points for Declaring a Structure, How Structure Elements are Stored, Array of Structures, Types of Input / Output, Console Input-Output Functions, Formatted Console Input / Output Functions, Format Specification, Optional Format Specifiers, and Escape Sequences in C language. Important Points for Declaring a Structure: Below … [Read more...]

Filed Under: Programming Languages Tagged With: array, character, code, coding, compiler, declaring, elements, escape, fields, format, formatted, header, language, library, location, memory, optional, printf, program, programming, sequences, specification, specifier, stored, unformatted, variable

Strings, scanf, Standard Library Functions In C Language

April 25, 2019 by admin

In this post, I will discuss about strings, Program to Demonstrate Printing of a String, %s Format Specifier, scanf( ), Standard Library String Functions in C, strlen( ) function, strcpy( ) function, Function to concatenate a string, Function of comparison of two stings in C, Structure (Grouping of data type together in C), and Declaring a Structure in C programming. What … [Read more...]

Filed Under: Programming Languages Tagged With: array, ASCII, character, code, coding, comparison, concatenate, data type, declaring, define, defining, elements, float, format, function, grouping, initializing, input, integer, memory, null, output, printing, program, programming, results, specifier, strcmp, strcpy, strlen, structure, tips, tutorial, variable

Pointer Notation, Recursion, Integers, Chars in C language

April 20, 2019 by admin

In this post, I will describe about Pointer Notation, Recursion, Recursive Function Program to Calculate Factorial, Integers, long and short, Integers, signed and unsigned, Chars, signed and unsigned, Floats and Doubles and Register Storage Class. Pointer Notation: We are declaring the variable, int x = 10 ; to compiler declared variable means: (a) Memory space is … [Read more...]

Filed Under: Programming Languages Tagged With: address, assign, bit, byte, calculate, call, character, class, code, coding, compiler, count, CPU, data type, declaring, double, factorial, float, function, language, location, long, machines, memory, program, programming, recursive, register, short, signed, storage, unsigned

Project Management

Importance Of Planning In Project Management

Planning means “Deciding what has to done, Who has to do, when it has to done, how it to be done, Where it has be done. Planning is an intellectual process, which requires anyone to think before acting. To plan one would need objective, goal, way to perform and means of to perform. Planning would […]

Operating Systems

C Programming Under Linux – Zombies And Orphans Process

What is Linux? Linux operating system is clone of Unix operating system. Kernel of Linux was developed from scratch by Linus Torvalds with assistance from a loosely-knit team of programmers across the world on internet. It has got all the features that would be expected in a modern operating system. Unlike windows or Unix, Linux […]

Web Development

Website Testing Methods: Functionality, Usability, Interface

In this post, I will describe major web testing methods which are useful to test a website: Functionality Testing. Usability Testing. Interface Testing. Compatibility Testing. Performance Testing. Security Testing. 1) Functionality Testing Functionality testing involves testing of all the links shown are functional. Navigating to target pages. Test links will remain in the same page. Detail […]

Data Modeling

How To Identify Entity Type In Database Designing

In this post, I will discuss about how to identify Entity Type in Data Base Designing, Property of … [Read More...]

  • Software Development
  • Programming Languages
  • Project Management
  • Operating Systems
  • Computer Networks
  • Software Testing

Copyright © 2025 More Scientific