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

Explain the difference between malloc() and calloc() in c?

0 Answers  


What are dangling pointers in c?

0 Answers  


i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


Write a program in c to print * * * * * *******

1 Answers  


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,






WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


what is the difference between embedded c and turbo c ?

1 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


Read two numbers from keyboard and find maximum of them?

1 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What are the rules for identifiers in c?

0 Answers  


cavium networks written test pattern ..

0 Answers   Cavium Networks,


Categories