What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
Answer Posted / jegadeesh
The answer is '\0' not /0
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
#include
write a program to print largest number of each row of a 2D array
Why c is a mother language?
write a program to rearrange the array such way that all even elements should come first and next come odd
How do you override a defined macro?
What is #line?
show how link list can be used to repersent the following polynomial i) 5x+2
Why pointers are used?
What is break in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the difference between array_name and &array_name?
Is c high or low level?
What are runtime error?
Lists the benefits of c programming language?