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

main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}

what will be the output?
}

Answer Posted / prakruthi

ryt answer is 3 for sure

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be static?

1132


What is a c token and types of c tokens?

1128


How do you write a program which produces its own source code as output?

1175


How would you rename a function in C?

1091


Why we use void main in c?

1229


Is stack a keyword in c?

1150


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2181


Explain what standard functions are available to manipulate strings?

1127


Explain the use of #pragma exit?

1216


What is difference between && and & in c?

1157


What is zero based addressing?

1239


What are identifiers c?

1142


When the macros gets expanded?

1484


What are linked lists in c?

1177


What is the use of a semicolon (;) at the end of every program statement?

1587