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

where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Is there any possibility to create customized header file with c programming language?

0 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  






What are the loops in c?

0 Answers  


c programming of binary addition of two binary numbers

4 Answers  


write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


Do array subscripts always start with zero?

0 Answers  


Where is volatile variable stored?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


program to print circle structure

1 Answers  


Categories