void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 30798main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15043#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19436hi i done IBM AS/400 course .....i want to certification any one can information about that and material of soft copy for that....please its urgent
2089Post New ME Interview Questions
What Is The Single Supervisory Mechanism?
How to perform XML transformation in Java?
Do you know about the investment banking lifestyle? Why don't you have a problem with it?
What is igneous rock?
How can we create a dynamic column name in cognos?
Explain different run modes?
What are the different cloud service models in cloud architecture?: cloud computing architecture
How do we create the circumstance-qualified rule?
What are stable systems?
Where do I find outlook exe on my computer?
Name top 10 bi tools?
how to synchronize 3 phase slip ring induction motors of different ratings.
What are bootstrap responsive features?
How do you create a like table?
How do you decide when to use infinite scroll or pagination in ios? : IOS Architect