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

WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW
IT COME ..

#include<stdio.h>
#include<conio.h>
void main()
{
int k=20;
printf("%d%d%d%d",k,k++,++k,k);
getch();
}

Answer Posted / shashikanth

20 21 21 22

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 ur strangth & weekness

2525


What is time complexity c?

1042


Why flag is used in c?

1181


Does free set pointer to null?

1066


Who developed c language and when?

1135


Using which language Test cases are added in .ptu file of RTRT unit testing???

4354


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1135


Why do we use null pointer?

1116


Where are some collections of useful code fragments and examples?

1195


What is a built-in function in C?

1669


What is openmp in c?

1069


What is the general form of #line preprocessor?

1039


What is the difference between the expression “++a” and “a++”?

1275


What is an endless loop?

1323


Are there constructors in c?

1060