What are control structures? What are the different types?
No Answer is Posted For this Question
Be the First to Post Answer
How can a string be converted to a number?
Why calloc is better than malloc?
Explain the array representation of a binary tree in C.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
what will be the output for the following main() { printf("hi" "hello"); }
How do I copy files?
Why double pointer is used in c?
explain how do you use macro?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
an algorithem for the implementation of circular doubly linked list
What is the purpose of 'register' keyword in c language?