main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9184main() { 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 10417#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
1 4193Post New Vector India C Interview Questions
What do you understand by Commit log in Cassandra?
What's the easiest way to evaluate if one version of your landing page performs better than another for the same ad?
Explain amp in teradata?
What do you know about intents?
What happens when the recursion calling is applied on two functions?
Have you always met your sales goals?
What Is Cd (certificate Of Deposits) Account?
what are the difference unescape() and escape() functions?
Can multiple inheritance implemented in c# ?
What is difference between temporary table and container?
Why is the color of the indicator drop remains the same at the end point?
Can I major in political science and international studies and study abroad?
How many functions have your done?
What is the type of lambda expression?
Explain dma? : .NET Architecture