C Program Posts - TopicsExpress



          

Posts by C Program



Q--What is a void pointer? Why cant we perform arithmetic on a
Q--What is a void pointer? Why cant we perform arithmetic on a void * pointer? Ans- The void data type is used when no other data type is appropriat...
What is hashing? To hash means to grind up, and that’s
What is hashing? To hash means to grind up, and that’s essentially what hashing is all about. The heart of a hashing algorithm is a hash function ...
printf() Function What is the output of printf("%d")? 1. When we
printf() Function What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print the value of x. But as here, ...
What is the difference between strings and character arrays? A
What is the difference between strings and character arrays? A major difference is: string will have static storage duration, whereas as a character ...

Trending Topics




© 2015