void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 30993main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15205#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19723hi 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
2142Post New ME Interview Questions
What is cache memory in c#?
How do you choose the right features for a model?
Explain basic grid structure in bootstrap?
Name the world’s rarest monkey?
How long will it take to wind up independent in creating robotic automated process?
What is a distributed vcs?
Which database object is used for storing the system variables? : abap data dictionary
what are the options maintained in a user profile?
How many web sites are there in the world wide web?
How do you handle exception in PL/1?
Why Hadoop MapReduce?
if 3400kw slipring motor rotor shorting done and motor started on mv drive ,what will be the rotor shoring current
You've just been assigned to a project in a new technology how would you get started?
Explain the significance of dbid used in adabs?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?