what is diognisis?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
write a program to delete an item from a particular location of an linear array?
What are external variables in c?
printf("%d",(printf("Hello")); What it returns?
how can i sort numbers from ascending order and descending order using turbo c..
What is Dynamic Initialization.
What is volatile keyword in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
How can you read a directory in a C program?
write the program to find multiplication of 2-D matrix??????????