What are types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is a string?
what different between c and c++
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
give one ip, find out which contry
Explain do array subscripts always start with zero?
How many types of sorting are there in c?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What is bubble sort technique in c?
How to create struct variables?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }