Learners Only
Showing posts with label
redefined
.
Show all posts
Showing posts with label
redefined
.
Show all posts
Monday, 19 December 2011
Predict the output or error(s) for the following:
1)
#include <stdio.h>
#define a 10
main()
{
#define a 50
printf("%d",a);
}
Answer:
50
Explanation:
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)