NTech

Menu
  • Home
  • Technology
    • Internet
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Sunday, 16 August 2015

Command Line Argument C Program

By ntech23:31 No comments
#include <stdio.h>#include <stdlib.h>int main(int argc, char *argv[])   //  command line arguments{if(argc!=5) {   printf("Arguments passed through command line " \          "not equal to 5");   return 1;}   printf("\n Program name  : %s \n", argv[0]);   printf("1st...
Read More

C program to copy contents of one file to another file

By ntech23:28 No comments
#include <stdio.h>#include <stdlib.h> // For exit()int main(){    FILE *fptr1, *fptr2;    char filename[100], c;    printf("Enter the filename to open for reading \n");    scanf("%s", filename);    // Open one file for reading    fptr1 = fopen(filename, "r");    if (fptr1 == NULL)   ...
Read More

Tuesday, 11 August 2015

Google announces massive reorganization, becomes subsidiary of umbrella corporation Alphabet

By ntech20:32 No comments
Google on Monday announced a major reorganization and management shuffle that includes a new holding company called Alphabet (http://abc.xyz) as well as a new CEO for Google. Google has grown from its beginnings as a search engine to a sprawling company that has its hands in all sorts of tech-related projects. The company is operating well, notes co-founder Larry Page,...
Read More

Windows 10 vs. Windows 8.1 vs. Windows 7 Performance

By ntech20:23 No comments
Three years ago we were benchmarking Microsoft's then latest operating system, Windows 8. At the time we were keen to make sure Windows 8 performed as well as Windows 7, which was a huge upgrade from 2006's Windows Vista. In the end, we determined that Windows 8 was on par with 7 and at times a fraction faster, leading us to this conclusion in our performance review: ...
Read More

Friday, 7 August 2015

Fingerprint scanners on Android phones are far less secure than on iPhones

By ntech02:02 No comments
The Samsung Galaxy S5's fingerprint reader security vulnerabilities were well documented over a year ago. But if you were hoping the world’s most popular Android device manufacturer had mended its exposure to easy hacks since then,recent Black Hat revelations will come as a disappointing surprise. During the esteemed and anxiety-inducing security convention,...
Read More

C program to Calculate Factorial of a Number Using ...

By ntech01:01 No comments
#include<stdio.h> #include<conio.h> void main() { int a,f=1,i; clrscr(); printf("Factorial i : "); scanf("%d",&i); for(a=1;a<=i;a++) { f=f*a; } printf("ANS %d = %d ",i,f); getch(); } Output: Factorial i : 3 ANS 3 = 6 ...
Read More

FIND FACTORIAL OF A NUMBER USING RECURSION IN C PROGRAM

By ntech00:57 No comments
#include<stdio.h> #include<conio.h> int fact(int); void main() {   int num,f;   clrscr();   printf("\nEnter a number: ");   scanf("%d",&num);   f=fact(num);   printf("\nFactorial of %d is: %d",num,f);   getch(); } int fact(int n){    if(n==1)        return 1;    else        return(n*f...
Read More

Thursday, 6 August 2015

Intel Core i7-6700K "Skylake" CPU Review

By ntech01:42 No comments
Last month we finally got our first look at Intel's latest 14nm technology for desktop computers when we reviewed the Core i7-5775C, codenamed Broadwell. Intel's transition to the 14nm node was difficult and as a result Broadwell processors were delayed to the point where they practically don't exist in the retail market. Even as I write this it's extremely difficult...
Read More

Wednesday, 5 August 2015

By ntech01:51 1 comment
...
Read More
Newer Posts Home

Pages

  • Home

Popular Posts

  • What Is A Motherboard? What Are The Different Components Of A Motherboard?
    What Is A Motherboard? What Are The Different Components Of A Motherboard? Image: Wikipedia Short Bytes: A motherboard acts as a pl...
  • Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS
    Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS     Short Bytes: A coder, known as Fabian on GitHub, ...
  • Biggest Rivalries in Computing History
    Pepsi vs. Coke, Edison vs. Tesla, Star Wars vs. Star Trek, history is filled with famous rivalries, but few have matched the intensity and...
  • It’s Official: Android N Is Android Nougat
    It’s Official: Android N Is Android Nougat Short Bytes: After months of speculations and guesses, Google has finally revealed the offi...
  • PHP vs Ruby which programming language is better for web development
    PHP vs Ruby which programming language is better for web development PHP and ruby are trending scripting languages for the web servers...
  • How to Right Click using the Keyboard
    Looking for the right click keyboard command ? It’s not often you’re left without a mouse, a trackball, or a touch pad, but there are...
  • Best Hacking Tools Of 2016 For Windows, Mac OS X, And Linux
    Best Hacking Tools Of 2016 For Windows, Mac OS X, And Linux   Short Bytes: fossBytes has prepared a useful list of the best hacking to...
  • 10 Best Online Web Design Courses — Learn How To Create Websites
    Web designing is a mixture of programming and art that’s used as a way to represent our ideas in front of others. To help you out, in this...
  • Windows 10 vs. Windows 8.1 vs. Windows 7 Performance
    Three years ago we were benchmarking Microsoft's then latest operating system, Windows 8 . At the time we were keen to make sure...
  • Microsoft plans to remove Paint from Windows
    After being    After being around for 32 years and becoming one of the most recognized elements of the   Windows   operating sys...

Recent Posts

Text Widget

Pages

  • Home

Blog Archive

  • ►  2019 (2)
    • ►  May (1)
    • ►  April (1)
  • ►  2017 (7)
    • ►  July (1)
    • ►  April (3)
    • ►  March (3)
  • ►  2016 (50)
    • ►  October (1)
    • ►  September (4)
    • ►  July (2)
    • ►  June (6)
    • ►  April (2)
    • ►  March (5)
    • ►  February (28)
    • ►  January (2)
  • ▼  2015 (9)
    • ▼  August (9)
      • Command Line Argument C Program
      • C program to copy contents of one file to another ...
      • Google announces massive reorganization, becomes s...
      • Windows 10 vs. Windows 8.1 vs. Windows 7 Performance
      • Fingerprint scanners on Android phones are far les...
      • C program to Calculate Factorial of a Number Using...
      • FIND FACTORIAL OF A NUMBER USING RECURSION IN C PR...
      • Intel Core i7-6700K "Skylake" CPU Review
Powered by Blogger.

Text Widget

About Me

ntech
View my complete profile

Copyright © 2025 NTech | Powered by Blogger
Design by Flythemes | Blogger Theme by NewBloggerThemes.com