what is a NULL Pointer? Whether it is same as an uninitialized pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the use of function overloading in C?

0 Answers   Ittiam Systems,


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


Is reference used in C?

1 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,






Can I pass constant values to functions which accept structure arguments?

2 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


What is a c token and types of c tokens?

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


Categories