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
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Can a pointer be static?
Write a code to generate a series where the next element is the sum of last k terms.
What is the difference between malloc() and calloc() function in c language?
Why #include is used in c language?
What is the purpose of scanf() and printf() functions?
What is the explanation for cyclic nature of data types in c?
How is a structure member accessed?
#include
For what purpose null pointer used?
Is there a built-in function in C that can be used for sorting data?
Explain what are run-time errors?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Write a program to identify if a given binary tree is balanced or not.
code for find determinent of amatrix