difference between string and array?

Answer Posted / gnaneshwar

In the C programming language a string is actually the same as an array of characters. The last character in a C string is a zero byte which indicates the end of the string.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you think of a logic behind the game minesweeper.

2231


What does %p mean c?

835


How can you be sure that a program follows the ANSI C standard?

1396


What is c value paradox explain?

810


Explain the bubble sort algorithm.

869


What is echo in c programming?

759


Write a program that accept anumber in words

1492


Explain how can you restore a redirected standard stream?

799


When would you use a pointer to a function?

810


Differentiate fundamental data types and derived data types in C.

831


Why is c faster?

790


How can I discover how many arguments a function was actually called with?

855


What is dynamic variable in c?

800


What is a union?

814


What is use of null pointer in c?

760