What is use of null pointer in c?


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

Post New Answer

More C Interview Questions

Is c pass by value or reference?

0 Answers  


What is cohesion and coupling in c?

0 Answers  


What is the use of in c?

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  






main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


What is 2c dna?

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


How does pointer work in c?

0 Answers  


Does sprintf put null character?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Define Array of pointers.

0 Answers  


Categories