• Home
  • About
  • Contact Us

More Scientific

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

One’s Complement, Bitwise AND, OR, XOR Operators In C

April 30, 2019 by admin

In this post, I will describe about One's Complement Operator in C programming, Right Shift Operator in C programming, Bitwise AND Operator, Bitwise OR Operator, What is Bitwise XOR Operator in C programming, and showbits( ) Function in C programming. One's Complement Operator in C programming: One’s compliment mean that all the 1’s present in number will be changed to … [Read more...]

Filed Under: Programming Languages Tagged With: binary, bit, code, coders, coding, decimal, exclusive, function, input, language, logical, mask, number, operand, output, print, program, programmers, programming, right, rules, shift, showbits, truth table

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

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

Array Initialization, Two And Three Dimensional Arrays in C

April 24, 2019 by admin

In this post, I will discuss Array Initialization, Array Elements in Memory, Bounds Checking, Passing Array Elements to a Function‪, Passing an Entire Array to a Function, Two Dimensional Array, Array of Pointers, Arrangement of the Array of Pointers in Memory and Three-Dimensional Array in C language. Array Initialization: We will be discussing in this article about … [Read more...]

Filed Under: Programming Languages Tagged With: address, bounds, bytes, call by reference, call by value, checking, code, coding, declaration, declaring, elements, float, function, initializing, input, integer, language, matrix, memory, output, passing, pointers, program, programming, size, variable

C Programming: Relational, Logical Operators, If Statement

April 21, 2019 by admin

In this post I will describe about Integer and Float Conversions, Hierarchy of Operations, Control Instructions in C, if statement, Program Demonstrating if and Relational Operators, Program Demonstrating if and Relational Operators, Flow Demonstrating if and Relational Operators, Nested if-else statements, Forms of if statement, Use of Logical Operators and The ! operator in C … [Read more...]

Filed Under: Programming Languages Tagged With: arithmetic, assignment, chart, code, coding, comparison, condition, control, conversions, decision, execute, float, flow, forms, hierarchy, if else, instructions, integer, language, loop, nested, nesting, operations, program, real, repetition, results, statements

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