main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9614main() { 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 11342#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif }
1 4653Post New Vector India C Interview Questions
Will windows 95 games work on windows 10?
Some images look different when synced to the device and read programmaticaly. Do decoders change these?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is context used for?
What are heterogeneous objects?
Write a VB.Net console program to check whether a number is perfect or not.
What is nil in swift?
Are php short tags acceptable to use?
Explain pages in wordpress.
What is the meaning of course?
Explain about token feature in struts?
What is a term loan agreement? What are its various clauses?
Explain garbage collection?
How do I drop a table in postgresql?
How do I separate development from the production environment?