Explain what is a const pointer?


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

Post New Answer

More C Interview Questions

How do you do dynamic memory allocation in C applications?

0 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


What is Function Pointer? Explain with example?

3 Answers  


what is Array?

3 Answers  


What are the properties of union in c?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


What is c definition?

0 Answers  


Is struct oop?

0 Answers  


i want to job in your company, so how it will be possible.

3 Answers   TCS,


Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments

6 Answers   TCS,


how memory store byte

4 Answers   Huawei,


Categories