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

#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}

Answer Posted / stephen john

i got the answer is 3,4,4.
why?

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why pointers are used in c?

1071


Why is c called c?

1075


Why is python slower than c?

1132


Linked lists -- can you tell me how to check whether a linked list is circular?

1133


Is c pass by value or reference?

1109


Do character constants represent numerical values?

1398


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2368


Explain about the functions strcat() and strcmp()?

1095


Explain high-order bytes.

1179


How many types of arrays are there in c?

1083


What is #pragma statements?

1159


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329


Explain what are the advantages and disadvantages of a heap?

1129


Explain how many levels deep can include files be nested?

1124


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1485