what is constant pointer?

Answer Posted / srinivasroyal

A constant pointer is nothing which can not allow any
arthametic operations on it.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string constants?

653


How can you pass an array to a function by value?

596


How can I manipulate strings of multibyte characters?

630


Write a program to reverse a string.

628


Write a program for Overriding.

672






What does %c mean in c?

639


Are local variables initialized to zero by default in c?

541


What are the benefits of c language?

637


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

659


differentiate built-in functions and user – defined functions.

611


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

577


Is c# a good language?

600


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

681


Explain how do I determine whether a character is numeric, alphabetic, and so on?

644


How will you find a duplicate number in a array without negating the nos ?

1635