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

Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


How do you list files in a directory?

0 Answers  






which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


define c

6 Answers   HCL, TCS,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


Categories