I have already left my previous job due to crashes with my manager. Now i am facing a question that Why did you left previous job ? What should be the answer which doesnt impact negative impression ? Please help me out
6 11933The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 13248b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
1 8574Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
2 7604int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
3 8853Post New HCL Interview Questions
What is zlib? How do you compress a file in Node.js?
What is WP17 Interleaved Parallel Routing?
what is the standard transaction type for quotation?
How users utilize the facilities provided by soap?
Explain the difference between data science, machine learning and artificial intelligence?
Where can I find pid in windows?
What is preemptive multitasking?
Can we develop a site using python
Will reinstalling windows remove viruses?
If more than rated DC voltage appears across trip coil of the breaker, what will happen? e.g. in 110V DC circuit system, if voltage across battery terminal showing 121 V
Do you know what are the main attributes of a component interface?
How do I import a csv file into db2?
why there is a collision in switch
Which swing methods are thread-safe?
Why do you use forever with Node.js ?