Can a pointer point to null?


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

Post New Answer

More C Interview Questions

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.

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


Explain the difference between struct and union.

2 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What does s c mean on snapchat?

0 Answers  


program for validity of triangle from 3 side

7 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


what is the difference between exit() and _exit() functions?

2 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


Categories