explain what is fifo?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Explain what standard functions are available to manipulate strings?
why programming language C is still used in operating system's kernel??
Was 2000 a leap year?
Write a program in C to convert date displayed in gregorian to julian date
write a c program to find largest of three numbers using simple if only for one time.
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
What is a good way to implement complex numbers in c?
Why we write conio h in c?
Why is %d used in c?
void main() { int a=1; while(a++<=1) while(a++<=2); }
which one low Priority in c? a)=,b)++,c)==,d)+