what is the difference between NULL('\0') and 0?
Answer Posted / palani222samy
NULL is an the empty value but 0(zero) is an one of the value
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Is c is a low level language?
By using C language input a date into it and if it is right?
Why is python slower than c?
Do pointers take up memory?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
what is recursion in C
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How can you restore a redirected standard stream?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain modulus operator. What are the restrictions of a modulus operator?
How can a program be made to print the line number where an error occurs?
Write a program to swap two numbers without using the third variable?
Why is this loop always executing once?
What the advantages of using Unions?
How can I open files mentioned on the command line, and parse option flags?