main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9515main() { 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 11140#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif }
1 4563Post New Vector India C Interview Questions
What do you mean by private equity transaction?
How do I set page border margins in word 2007?
What we need to discuss with designer before starting the universe designing.
Can I delete system archived windows error report?
Explain about portability?
What is sock_stream?
How to find how many messages are passed through the particular channel is it possible to find it?
What are the types of algorithms?
How do you kill a program in windows 10?
How do you add borders in excel 2016?
Difference between obtrusive and unobtrusive javascript?
How to edit a table in word 2016?
What is done in business-to-business telemarketing? : insurance cold calling
Why we go for collections in java?
What are the advantages of clr procedure over t-sql procedure?