Explain void pointer?


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

Post New Answer

More C Interview Questions

why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


Is c easy to learn?

0 Answers  


what is differnence b/w macro & functions

1 Answers  


When do we get logical errors?

0 Answers  


Explain what is #line used for?

0 Answers  






What is the use of sizeof () in c?

0 Answers  


What is the use of extern in c?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


What is file in c language?

0 Answers  


What are lookup tables in c?

0 Answers  


What is an example of enumeration?

1 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


Categories