What is NULL pointer?


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

Post New Answer

More C Interview Questions

Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


Explain what is the stack?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Why doesnt the call scanf work?

0 Answers  






write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


What is pass by value in c?

0 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


Tell me is null always defined as 0(zero)?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


Categories