What is the use of void pointer and null pointer in c language?


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

Post New Answer

More C Interview Questions

Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


What is the difference between procedural and functional programming?

0 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer

0 Answers  


What is restrict keyword in c?

0 Answers  






What are the restrictions of a modulus operator?

0 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


Which header file is essential for using strcmp function?

0 Answers  


Categories