what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;


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

Post New Answer

More C Interview Questions

What are the advantages of Macro over function?

1 Answers  


write a program for fibonaci series by using while loop in c?

2 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


What is a constant and types of constants in c?

0 Answers  


Does free set pointer to null?

0 Answers  






What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


Write a program for Overriding.

0 Answers  


How many types of operator or there in c?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


Was 2000 a leap year?

0 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


Categories