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...

int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation.

Answer Posted / vignesh1988i

this will result in error.... pointer itself cant point to
any value... we, the users must make an explict assignment
for the pointer to point to an value .....

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between functions getch() and getche()?

1096


How can I read/write structures from/to data files?

972


What are the two types of structure?

1084


Describe dynamic data structure in c programming language?

1093


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1144


What is mean by data types in c?

1028


please send me the code for multiplying sparse matrix using c

2172


What does main () mean in c?

1095


Why is c called c?

1016


What is variable declaration and definition in c?

898


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1820


What is an lvalue in c?

1122


What does s c mean in text?

1095


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16768


Write a program to print numbers from 1 to 100 without using loop in c?

1081