What is auto keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How to set a variable in the environment list?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
what about "char *(*(*a[])())();"
Why doesn't the code "a[i] = i++;" work?
what is the basis for selection of arrays or pointers as data structure in a program
Convert the following expression to postfix and prefix (A+B) * (D-C)
Explain what is a static function?
What are .h files and what should I put in them?
What is self-referential structure in c programming?
What is putchar() function?