The 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 13251b) 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 8579Write 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 8863Post New HCL C Interview Questions
What is a linked list c#?
What is single sign-on?
What is automatic and direct replenishment?
Why is spring default scope singleton?
What is loosely coupling in spring?
What is the differences between abap and ooabap. In which situation we useooabap?
What is the difference between the sql*loader and import utilities? : aql loader
What is struts? Explain
What is the method for reading and writing a file in javascript?
What is code splitting?
How did you come to know about Grape City?
What is the approximate cost of the corrosion penetration monitoring system(cpmp)?
Can foreign key have duplicate values?
How can we have 2 GL accounts using same valuation class in material master ? split valuation process example we are procuring materials from two different destinations I will use same valuation class but I want two different GL accounts to be hit.
How can I eliminate the extra space after a tag?