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>
#include<conio.h>
void main()
{
int m=0111,n=20;
printf("%d%d\n",m,n);
getch();
}

Answer Posted / suraj

7320

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is c written?

1098


#include { printf("Hello"); } how compile time affects when we add additional header file .

1939


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1339


There seem to be a few missing operators ..

1094


The statement, int(*x[]) () what does in indicate?

1203


What does typedef struct mean?

1163


What is the difference between procedural and functional programming?

1133


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1325


What is the use of function in c?

1247


How can I split up a string into whitespace-separated fields?

1105


What does dm mean sexually?

1380


Why is c not oop?

1038


Is javascript written in c?

1115


What are the types of operators in c?

1099


What is atoi and atof in c?

1132