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

say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,






Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


how to copy a string without using c function

5 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


Why is c known as a mother language?

0 Answers  


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

2 Answers  


where do we use volatile keyword?

1 Answers  


Categories