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

complier error

Is This Answer Correct ?    13 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hai what is the different types of versions and their differences

1978


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

2289


Should I learn data structures in c or python?

1074


Explain how are 16- and 32-bit numbers stored?

1309


Compare and contrast compilers from interpreters.

1184


What is the use of ?

1086


What is difference between structure and union in c programming?

1177


What is break in c?

1105


What are the different data types in C?

1249


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2023


What is the difference between union and structure in c?

1280


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4753


What do you understand by normalization of pointers?

1102


What is the equivalent code of the following statement in WHILE LOOP format?

1346


What are the three constants used in c?

1044