#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
What is difference between array and structure in c?
What does 1f stand for?
Explain what is a 'locale'?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is structure in c explain with example?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What is the use of void pointer and null pointer in c language?
i have a written test for microland please give me test pattern
how to introdu5ce my self in serco
What is the scope of static variables?
What is mean by data types in c?