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

study the code:
#include<stdio.h>
void main()
{
const int a=100;
int *p;
p=&a;
(*p)++;
printf("a=%dn(*p)=%dn",a,*p);
}
What is printed?
A)100,101 B)100,100 C)101,101 D)None of the
above

Answer Posted / sathya.r

Ans: 100,100

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure in c explain with example?

1212


What is a program flowchart?

1277


What is the auto keyword good for?

1226


What is the size of a union variable?

1096


What functions are used for dynamic memory allocation in c language?

1210


What is the code for 3 questions and answer check in VisualBasic.Net?

2207


Can an array be an Ivalue?

1137


What is the deal on sprintf_s return value?

1186


What are pointers really good for, anyway?

1116


What’s a signal? Explain what do I use signals for?

1156


What are linker error?

1146


Explain what standard functions are available to manipulate strings?

1125


Write a program with dynamically allocation of variable.

1179


What are enums in c?

1285


What are identifiers and keywords in c?

1192