Explain void pointer?


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

Post New Answer

More C Interview Questions

what is c++ programming?

3 Answers   TCS,


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


How many types of errors are there in c language? Explain

0 Answers  


Two's compliment of -5

4 Answers   Adobe,






Explain what is wrong with this program statement?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Why c is called object oriented language?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


Categories