What are void pointers in c?


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

Post New Answer

More C Interview Questions

What is d scanf?

0 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Explain can you assign a different address to an array tag?

0 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,






will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


How can I find the modification date of a file?

0 Answers   Celstream,


What is a program?

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


Why is sprintf unsafe?

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Categories