What are the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the bubble sort algorithm.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What are c preprocessors?
Why can't we initialise member variable of a strucutre
What does static mean in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
find out largest elemant of diagonalmatrix
What is the purpose of void pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How can I discover how many arguments a function was actually called with?
Why can arithmetic operations not be performed on void pointers?
What is a node in c?