#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

please explain every phase in the "SDLC" in the dotnet.

2182


What is context in c?

543


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7413


Why we use stdio h in c?

588


When c language was developed?

644






What are the basic data types associated with c?

820


State two uses of pointers in C?

642


What is the general form of a C program?

602


What is the difference between array and linked list in c?

606


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

691


What is #error and use of it?

682


How can you increase the size of a dynamically allocated array?

650


What is storage class?

658


What are lookup tables in c?

552


Is fortran still used today?

609