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 15204#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
Is it possible to create multiple table in hive for same data?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Can you cancel windows update in progress?
Why golang is fast?
What is the default isolation level in sql server? : Transact sql
Tell me what is all over design?
What are the steps to insert a table?
What is the procedure for installing USP-35 on my compure?
Describe a situation where you provided clear instructions for at-home management of a patient with a chronic hematologic condition.
Name some asp objects?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Where is a service contract assigned to a piece of equipment?
How do I run wget?
How do you approach deployment of AI models?
How you get server response from an ajax request using jquery?