a c code by using memory allocation for add ,multiply of sprase matrixes
Is there any book to know about Basics of C Language?
Why do we use null pointer?
a C prog to swap 2 no.s without using variables just an array?
what is the difference between declaration ,defenetion and initialization of a variable?
find out largest elemant of diagonalmatrix
Explain how do you convert strings to numbers in c?
What are conditional operators in C?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
what is the difference between. system call and library function?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Does c have circular shift operators?