what is difference between array of characters and string

Answer Posted / ashish pandey

String is a group of character and it is used double
quatation(""), but array of stringis used single
quatation('').

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pragma in c?

633


Differentiate call by value and call by reference?

571


How can I run c program?

692


Explain the difference between ++u and u++?

642


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1433






What is difference between structure and union?

606


What does the && operator do in a program code?

700


Which header file is used for clrscr?

586


Define recursion in c.

704


What is a buffer in c?

578


How do you write a program which produces its own source code as output?

610


What is keyword with example?

646


Why flag is used in c?

657


What are the types of data types and explain?

675


Are the outer parentheses in return statements really optional?

581