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>
main()
{
int a=1;
int b=0;
b=++a + ++a;
printf("%d %d",a,b);
}

Answer Posted / m.karthiga

3 6

Is This Answer Correct ?    19 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain heap and queue.

1015


Here is a good puzzle: how do you write a program which produces its own source code as output?

1038


What is the difference between procedural and functional programming?

1012


Why doesnt this code work?

1010


What is main () in c?

1015


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2693


Write a factorial program using C.

1021


What are global variables?

1120


How can you avoid including a header more than once?

930


Explain what is gets() function?

1018


Do you know the use of 'auto' keyword?

1131


Explain what are multibyte characters?

1114


Explain what math functions are available for integers? For floating point?

1066


Write a program to print ASCII code for a given digit.

1040


In a header file whether functions are declared or defined?

1081