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 / anusha raykar

Please dont answer with blind mind.

Answer is= 3

100%

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a 'null pointer assignment' error?

1252


What is the code for 3 questions and answer check in VisualBasic.Net?

2209


write a program to display all prime numbers

2021


using for loop sum 2 number of any 4 digit number in c language

2418


What is meant by inheritance?

1153


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1919


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

3125


What is malloc calloc and realloc in c?

1426


Is c is a middle level language?

1126


What is the size of enum in bytes?

1136


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2218


Do array subscripts always start with zero?

1370


what is a constant pointer in C

1246


How would you rename a function in C?

1091


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2403