How do you print only part of a string?
What is function prototype in c with example?
write an algorithm and c program to add two 2x2 matrics
Write a program to print factorial of given number without using recursion?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
how to do in place reversal of a linked list(singly or doubly)?
What do you mean by c?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Do pointers take up memory?
what is memory leak?
What is huge pointer in c?
Are pointers integer?