what is the difference b/w NULL and null?
Answer Posted / evalin jose
"null" means empty.And "NULL" means ,it values zero.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is the difference between mpi and openmp?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why do we need volatile in c?
In C, What is the #line used for?
how should functions be apportioned among source files?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain the use of function toupper() with and example code?
Is that possible to store 32768 in an int data type variable?
show how link list can be used to repersent the following polynomial i) 5x+2
What is extern keyword in c?
Explain what happens if you free a pointer twice?
What is the explanation for prototype function in c?
Explain how does flowchart help in writing a program?
How to implement a packet in C
How can you check to see whether a symbol is defined?