#include<stdio.h>
#include<conio.h>
void main()
{
int m=0111,n=20;
printf("%d%d\n",m,n);
getch();
}
What should not contain a header file?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
How can I read a directory in a c program?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Who is invented by c?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What is the size of empty structure in c?
What is #ifdef ? What is its application?
How many identifiers are there in c?
what is object oriental programing?