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 / jack

It will not compile. You cant do int *p = 20;

Is This Answer Correct ?    12 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program which returns the first non repetitive character in the string?

1171


What are enumerated types?

1265


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1292


What is the use of the function in c?

1070


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


Explain Basic concepts of C language?

1233


What is the c value paradox and how is it explained?

1107


Write a program to check palindrome number in c programming?

1066


Why c is known as a mother language?

1129


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5697


What does c mean?

1108


Can you please explain the difference between strcpy() and memcpy() function?

1120


i got 75% in all semester am i eligible for your company

2265


What are examples of structures?

1186


Explain what does it mean when a pointer is used in an if statement?

1105