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 && in c programming?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is ponter?
What are disadvantages of C language.
What is d'n in c?
How are portions of a program disabled in demo versions?
What are the types of bitwise operator?
What are bitwise shift operators in c programming?
What is wild pointer in c with example?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Explain how can type-insensitive macros be created?
Can you please explain the scope of static variables?
What language is windows 1.0 written?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How can you call a function, given its name as a string?