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

but how answer came ? ?

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a macro in c preprocessor?

1153


What are the application of c?

1162


What is the difference between far and near in c?

1121


What is void pointers in c?

1066


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1964


If I have a char * variable pointing to the name of a function ..

1230


What are # preprocessor operator in c?

1170


what is the height of tree if leaf node is at level 3. please explain

2200


What is the meaning of && in c?

1085


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1289


What do the functions atoi(), itoa() and gcvt() do?

1245


what is recursion in C

1117


What are the usage of pointer in c?

1243


Can we declare variable anywhere in c?

1034


How can variables be characterized?

2238