What are the uses of null pointers?


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 array of structure in c programming?

0 Answers  


What is the need of structure in c?

0 Answers  


What is the use of define in c?

0 Answers  


what is event driven software and what is procedural driven software?

0 Answers  


What is wild pointer in c?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


What are the types of data structures in c?

0 Answers  


Categories