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
Can you think of a logic behind the game minesweeper.
What does %p mean c?
How can you be sure that a program follows the ANSI C standard?
What is c value paradox explain?
Explain the bubble sort algorithm.
What is echo in c programming?
Write a program that accept anumber in words
Explain how can you restore a redirected standard stream?
When would you use a pointer to a function?
Differentiate fundamental data types and derived data types in C.
Why is c faster?
How can I discover how many arguments a function was actually called with?
What is dynamic variable in c?
What is a union?
What is use of null pointer in c?