#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
What is the maximum no. of arguments that can be given in a command line in C.?
What is a loop?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
how many key words availabel in c a) 28 b) 31 c) 32
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the ANSI C Standard?
What are shell structures used for?
What is the size of structure in c?
How can I read and write comma-delimited text?
How can I do serial ("comm") port I/O?
Why enum is used in c?
In c programming language, how many parameters can be passed to a function ?
Why clrscr is used after variable declaration?
Explain enumerated types in c language?
which type of aspect you want from the student.