in linking some of os executables are linking name some of them
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the = symbol and == symbol?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
develop algorithms to add polynomials (i) in one variable
Tell me what is null pointer in c?
What are data breakpoints?
code for replace tabs with equivalent number of blanks
What is the difference between char array and char pointer?
What are identifiers c?
What is hash table in c?
What math functions are available for integers? For floating point?