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>
int main()
{
int i=2;
int j=++i + ++i + i++;
printf("%d\n",i);
printf("%d\n",j);
}

Answer Posted / gaurav

5
12

Is This Answer Correct ?    35 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is huge pointer in c?

1019


In C programming, what command or code can be used to determine if a number of odd or even?

988


In C language, a variable name cannot contain?

1218


Difference between malloc() and calloc() function?

1128


Explain the use of #pragma exit?

1107


Write a Program to find whether the given number or string is palindrome.

1224


How can I delete a file?

1013


What is pointer to pointer in c?

1055


How do I determine whether a character is numeric, alphabetic, and so on?

1065


How do you define structure?

988


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1907


What is the purpose of type declarations?

1071


Which header file is used for clrscr?

997


What is merge sort in c?

1001


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

2273