Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

wats the diference btwen constant pointer and pointer to a
constant.pls give examples.

Answer Posted / jose j pothoor

I see ur explanation...then what would be the answer of
below program

void main()
{
int const *p=5;
printf("%d",++(*p));
}
a)5
b)6
c) Run time error
d) Compiler error

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How variables are declared in c?

1099


Difference between linking and loading?

1155


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1132


How old is c programming language?

1063


How do you generate random numbers in C?

1246


will u please send me the placement papers to my mail???????????????????

1883


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1170


How does normalization of huge pointer works?

1228


Wt are the Buses in C Language

3262


Write a program to print ASCII code for a given digit.

1127


When is a “switch” statement preferable over an “if” statement?

1209


What is the difference between procedural and functional programming?

1133


how can use subset in c program and give more example

2046


What is data type long in c?

1116