Answer Posted / hemas
'\0' is NULL character
"" is null string.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain enumerated types in c language?
why do some people write if(0 == x) instead of if(x == 0)?
write a c program to find the sum of five entered numbers using an array named number
What do header files do?
What is a struct c#?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
can anyone please tell about the nested interrupts?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is pragma c?
What are c identifiers?
What is use of bit field?
What is use of integral promotions in c?
What is cohesion in c?
Why is C language being considered a middle level language?
What is the advantage of a random access file?