What are valid operations on pointers?


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

Post New Answer

More C Interview Questions

Explain how can I read and write comma-delimited text?

0 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


How many levels deep can include files be nested?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


What is the difference between %d and %*d in C

3 Answers  






Why do we use main function?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What's wrong with "char *p = malloc(10);" ?

4 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


What is volatile variable in c?

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Categories