What is a 'null pointer assignment' error?
No Answer is Posted For this Question
Be the First to Post Answer
Write any data structure program (stack implementation)
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a program to print fibonacci series without using recursion?
Binary tree traversing
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Explain what is the best way to comment out a section of code that contains comments?
How we can set and clear bit in a byte using macro function?
Array is an lvalue or not?
Why is c not oop?
What are the advantages of c language?