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();
}



#include<stdio.h> #include<conio.h> void main() { int m=0..

Answer / suraj

7320

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


What are loops in c?

0 Answers  


WAP to find that given no is small or capital

3 Answers  


Can include files be nested?

0 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


Why we not create function inside function.

0 Answers  


Why do we use main function?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is a ternary operator in c?

0 Answers  


what is use of loop?

10 Answers   Infosys,


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


Categories