main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9512main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 11133#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif }
1 4559Post New Vector India C Interview Questions
Write a code snippet to launch internet explorer browser in webdriver.
whom do you report?
What is the default scope of bean in spring framework?
How to make a write-only class in java?
I want to know about a good liquid scrubber that we can use in acid washing.
What do you mean by windows authentication?
Why do we need to use a database?
What is Employee Subgroup Grouping For Personnel Calculation Rule?
Explain about SAP HCM module?
Can we call server-side code (c# or vb.net code) from javascript?
Is WinMerge open source?
What are identifiers in java?
Do you know caching feature?
Does wordpress still use php?
What is routing in angular?