#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
How pointer is different from array?
Are c and c++ the same?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How many keywords (reserve words) are in c?
What are pointers in C? Give an example where to illustrate their significance.
What does char * * argv mean in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
How do I get a null pointer in my programs?
how many key words availabel in c a) 28 b) 31 c) 32
What are the uses of a pointer?
What is the use of a ‘ ’ character?
Is python a c language?
What is a substring in c?
What is chain pointer in c?
Where is volatile variable stored?