What is the auto keyword good for?
No Answer is Posted For this Question
Be the First to Post Answer
How are variables declared in c?
write a program of palindrome(madam=madam) using pointer?
What is preprocessor with example?
How to print "I Love My India" without using semi colon?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are the advantages of Macro over function?
write a program to print data of 5 five students with structures?
Write a program to find minimum between three no.s whithout using comparison operator.
Explain how many levels deep can include files be nested?
What is the difference between getch() and getche()?
What is assert and when would I use it?