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 11532b) 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 7332Write 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 5928int 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 7031Post New HCL C Interview Questions
How is the 'budget' processed?
what are the idcams commands that can be used for vsam and explain each of them.
What are the jcl procedures?
What is web storage api?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
What is the difference in cloud computing and computing for mobiles?
How would you restart NameNode?
What file created when you choose to create a domain in psadmin? From what order files is it created? Where is it located?
If you want to use a new image in hrms, where would it be stored?
State one best feature of Kafka?
What is ole automation?
Who does the person in this job report to?
please any body tell me ,the real time responsibilities of sap fico consultant and what r the tools used by him in his real time time job. i want the entire real time job scenario
why you are looking to change your job?
Why is java better than javascript?