Explain the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the various topologies? Which one is the most secure?
What is a good data structure to use for storing lines of text?
what is the difference between global variable & static variable declared out side all the function in the file.
Explain what are binary trees?
Explain how can you check to see whether a symbol is defined?
What would be an example of a structure analogous to structure c?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Tell me about low level programming languages.
What is the value of uninitialized variable in c?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
What are the string functions? List some string functions available in c.