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

What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is line in c preprocessor?

0 Answers  


What is pointers in c with example?

0 Answers  


What does %c do in c?

0 Answers  






What is the significance of c program algorithms?

0 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


What is a header file?

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


Categories