#include<stdio.h>
#include<conio.h>
void main()
{
int m=0111,n=20;
printf("%d%d\n",m,n);
getch();
}
Program to display given 3 integers in ascending order
what is the meaning of 'c' language
What is a program flowchart?
can a union be self-referenced?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
where do we use structure pointer?
What is huge pointer in c?
Famous puzzles which are generally asked by companies during interviews ?
please give me some tips for the selection in TCS.
Explain pointers in c programming?
What is the difference between exit() and _exit() function in c?
explain about storage of union elements.