What is the difference between constant pointer and constant variable?


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

Post New Answer

More C Interview Questions

Why static variable is used in c?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Why is structure padding done in c?

0 Answers  


What do you know about the use of bit field?

0 Answers  


Explain what is operator promotion?

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


string reverse using recursion

0 Answers   Mind Tree,


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


What tq means in chat?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


Categories