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
What is c language & why it is used?
Can we declare function inside main?
What are data structures in c and how to use them?
while initialization of array why we use a[][2] why not a[2][]...?
Define and explain about ! Operator?
What is a buffer in c?
What is bss in c?
Tell us something about keyword 'auto'.
What is the use of pointers in C?
What is the main difference between calloc () and malloc ()?
What are variables and it what way is it different from constants?
What are the advantages of external class?
What are header files and what are its uses in C programming?
What is the Purpose of 'extern' keyword in a function declaration?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.