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

22 21 21 20

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2283


How can I manipulate strings of multibyte characters?

1156


Explain what is a 'locale'?

1126


Why do we use pointer to pointer in c?

1133


How can you determine the maximum value that a numeric variable can hold?

1292


How to establish connection with oracle database software from c language?

2254


What is a lvalue

1146


What is main () in c language?

1185


Explain bitwise shift operators?

1314


What is the value of h?

1083


Can we declare a function inside a function in c?

1093


What are the functions to open and close the file in c language?

1082


Write a program with dynamically allocation of variable.

1178


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2134


Write a code to generate a series where the next element is the sum of last k terms.

1287