what is the difference between NULL('\0') and 0?
Answer Posted / prasad
null set always knwn as zero
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
How do shell structures work?
Explain is it valid to address one element beyond the end of an array?
Can i use “int” data type to store the value 32768? Why?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is meant by high-order and low-order bytes?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is meant by preprocessor in c?
What is the use of pragma in embedded c?
Does c have function or method?
What do you mean by Recursion Function?
Is main an identifier in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is c++ used for today?
What is the correct code to have following output in c using nested for loop?
Is c is a high level language?