what is the difference b/w NULL and null?
Answer Posted / guest
In c language there is difference small alphabets that is
null and NULL capital alphabets ,it store nothing in a field
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What language is windows 1.0 written?
How can I manipulate strings of multibyte characters?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain how can you tell whether a program was compiled using c versus c++?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is a scope resolution operator in c?
What does main () mean in c?
Why structure is used in c?
shorting algorithmS
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is c programming structure?
#include
How many types of errors are there in c language? Explain
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above