How can you draw circles in C?
No Answer is Posted For this Question
Be the First to Post Answer
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is c method?
Explain what is meant by high-order and low-order bytes?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Give me basis knowledge of c , c++...
Is there a way to compare two structure variables?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?