Submitted Questions

  • What is the difference between character array and string in C?

    Shubhay Raj Dubey

    • Jan 16th, 2018

    A string must be null terminated whereas character array need not. Hence string requires one bit more space as compared to character arrays

    Dnyaneshwar

    • Sep 7th, 2017

    Collection of more than one character is known as character array and character array also known string.
    There is no data type in like string....