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 = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}

Answer Posted / sanjay kumar

Undefined behaviour

Is This Answer Correct ?    7 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use stdio h in c?

1099


difference between object file and executable file

6804


I have a varargs function which accepts a float parameter?

1099


Write a program to use switch statement.

1186


can we implement multi-threads in c.

1179


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2230


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4657


Can a local variable be volatile in c?

1056


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1064


What does s c mean on snapchat?

1186


Are comments included during the compilation stage and placed in the EXE file as well?

1128


explain how do you use macro?

1209


Are the variables argc and argv are always local to main?

1084


What are the 5 types of inheritance in c ++?

1073


What is the role of && operator in a program code?

1134