What is void pointers in c?


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

Post New Answer

More C Interview Questions

write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


What are operators in c?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


How can I recover the file name given an open stream or file descriptor?

0 Answers  


What is difference between arrays and pointers?

0 Answers  


Why c is called a middle level language?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


How can I call fortran?

0 Answers  


What is the purpose of the fflush() function in C?

2 Answers  


Categories