Are the expressions * ptr ++ and ++ * ptr same?


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

Post New Answer

More C Interview Questions

Where we use clrscr in c?

0 Answers  


Which sorting algorithm is the best?

1 Answers  


What is the value of uninitialized variable in c?

0 Answers  


How #define works?

0 Answers  


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


 Illustrate it   summing the series 2+4+6+......to n terms using  (i) while loop (ii) do-while loop

2 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


can we implement multi-threads in c.

0 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


Categories