#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 language is c written?
#include
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
There seem to be a few missing operators ..
The statement, int(*x[]) () what does in indicate?
What does typedef struct mean?
What is the difference between procedural and functional programming?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the use of function in c?
How can I split up a string into whitespace-separated fields?
What does dm mean sexually?
Why is c not oop?
Is javascript written in c?
What are the types of operators in c?
What is atoi and atof in c?