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 do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


How can I use a preprocessorif expression to ?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


What's the right way to use errno?

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,






Explain what will the preprocessor do for a program?

0 Answers  


What is the basic structure of c?

0 Answers  


How do you define a function?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


How can I delete a file?

0 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


Write a program to show the change in position of a cursor using c

0 Answers  


Categories