write a program to copy the string using switch case?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to print the sizes and ranges of different data types in c?
Explain what are binary trees?
write a program to generate 1st n fibonacci prime number
write a program in c to print **** * * * * ****
What is the difference between ‘g’ and “g” in C?
main() { int i=400,j=300; printf("%d..%d"); }
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
How is a macro different from a function?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is a stream?
is assignment operator is arithmatic or not