difference between Low, Middle, High Level languages in c ?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the best organizational structure?
Explain threaded binary trees?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
What are the types of pointers in c?
write a program that explain #define and # undef directive
How many types of sorting are there in c?
write a program to print data of 5 five students with structures?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
A program to allow an input operand and operator from the operator and read on the display and output operand.
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