what is the difference between NULL('\0') and 0?
Answer Posted / madhu
end of the string is indicated by \0 but 0 is a value
thus there is difference between them
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain the use of 'auto' keyword in c programming?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Is using exit() the same as using return?
What is a union?
What do you mean by Recursion Function?
How can you avoid including a header more than once?
How can you convert integers to binary or hexadecimal?
Write a c program to demonstrate character and string constants?
What are the basic data types associated with c?
What's the best way of making my program efficient?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Is c easier than java?
Why do we use return in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;