What is a null pointer in c?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


What is wrong with this code?

0 Answers  


WHOT IS CHAR?

4 Answers   TCS,


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,






char p="data"; printf(p);

2 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


What is a memory leak in structures? How can we rectify that?

2 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  


Is main a keyword in c?

0 Answers  


Categories