• Everything you need to know about PlayStation Network cards

    Updated: 2021-03-26 00:25:08
    Did you know that you can top up your PlayStation Store wallet without using your credit card? Here is everything you need to know about PlayStation Network cards.

  • Are C and C++ Relevant in 2021?

    Updated: 2021-03-23 10:40:00
    A common question students ask these days is “Why learn C and C++ in the age of Python?”

  • No title

    Updated: 2021-03-22 00:56:32
    JavaScript is not . available We†ve detected that JavaScript is disabled in this browser . Please enable JavaScript or switch to a supported browser to continue using twitter.com . You can see a list of supported browsers in our Help . Center Help Center Terms of Service Privacy Policy Cookie Policy Imprint Ads info © 2021 Twitter , Inc . Something went wrong , but don†t fret — let†s give it another . shot

  • Which Compiler Should Be Used

    Updated: 2021-03-06 11:32:24
    Below, I have given a list of the top 9 best compilers available. I will also be talking about the c

  • History of 'C'

    Updated: 2021-03-03 00:37:00
    The C programming language came out of Bell Labs in the early 1970s. The C programming language was

  • Introduction To C Language

    Updated: 2021-03-02 10:24:00
    C s a procedural programming language. It was initially developed by Dennis Ritchie in the yea

  • Topics Covered In This Course

    Updated: 2021-03-01 13:07:00
    Hierarchical Representation of The Tree C ProgrammingIntroductionWhat is CHistory of CCompilerWhat i

  • Shell Sort Algorithm

    Updated: 2021-02-28 00:46:06
    Shell Sort Algorithm sorts elements in array at a specific interval. At first, it sorts the elements that are away from each other and successively reduces the interval between them. Shell Sort is named after Donald Lewis Shell who initially wrote it in a research paper called A High-Speed Sorting Procedure.

  • Tips to Improve Data Security

    Updated: 2021-02-22 18:08:41
    Data security is more important than ever in this day and age. To help you improve your data security, here are some practical steps from Lock Boss to implement today.

  • C programming

    Updated: 2021-02-14 17:31:54
    C variablesC Data typesFunctionsArraysStringsPointers Multi dimensional arrayFunctions pointersPoint

  • Double Pointer (Pointer to Pointer) in C

    Updated: 2021-02-10 20:35:03
    A pointer can be declared to point to another pointer which points to a variable. Here, the first pointer contains the address of the second pointer. The second pointer points to an actual memory location where the data is stored, i.e. a variable. That's the reason why we also call such pointers as double pointers.

  • No Experience Needed: 5 Steps to Landing an AWS Cloud Career from Scratch

    Updated: 2021-02-09 16:08:27
    Whatever situation you are in, don’t worry: you can land a lucrative AWS cloud career without any prior experience. This quick guide will show you five steps to take when going down this career path.

  • How to Run a Virtual Meeting

    Updated: 2021-02-05 18:30:06
    As the pandemic continues to rage across the globe, remote board meetings have become standard practice in areas where they are legal. If it's time for your board of directors to get in touch, try these tips to make sure that your incredibly important virtual meeting goes off without a hitch.

  • What you need to know about the C Library

    Updated: 2021-02-01 06:30:00
    Many people have heard about the C Library and for most its name inspire awe and a magic aura. In sh

  • A guessing game in C using binary search

    Updated: 2021-01-31 21:28:20
    A binary search algorithm allows one to locate a number in a sorted list in the least possible time.

  • C progra, Example of switch case

    Updated: 2021-01-31 13:47:59
    #include<stdio.h>int main(){int A;printf(“Enter number”);scanf(“%d”,

  • C++ Hello Word Write

    Updated: 2021-01-31 13:35:34
    C++ “Hello, World!” ProgramIn this example, we will learn to create a simple program nam

  • Pointer In C

    Updated: 2021-01-26 10:23:42
    Pointer:- Pointer is the variable which hold the address of another variable. Declering pointer is v

  • Input Output(I/O) Statement In C

    Updated: 2021-01-26 10:17:50
    Input Output(I/O) Statement :- While writing program sometime we have to print some results to the u

  • Decision Making Statement In C

    Updated: 2021-01-26 10:14:08
    Decision Making Statement:- Decision making statement means those statement which is used to apply s

  • File Handling In C

    Updated: 2021-01-26 10:10:25
    File Handling:- File is something like database used for c program, It is possible to add some data

  • Datatype In C

    Updated: 2021-01-26 10:06:23
    Datatype:- Datatype tells what kind of data we want to store in a variable. Before storing value in

  • Command Line Argument In C

    Updated: 2021-01-26 10:02:35
    Command Line Argument:- It is possilbe to pass some arguments to main function also, the argument pa

Current Feed Items | Previous Months Items

Feb 2021