write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
2871main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 24875what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
5 6862Post New Wipro C Interview Questions
Differences between star and extended star schema?
Tell me what is the significance of null value and why should we avoid permitting null values?
What is the application of iot in healthcare?
How android application testing will be done?
Tell me what is trial balance in accounting?
How will you create a hello world! Wordpress theme?
At present what is the rate of excise duty on sale of Weigh Bridge Machinery to out of state from Karnataka.
What are the two components that you can integrate jenkins with?
What are the major apis available in apache kafka?
Define what do you mean by drift velocity and mobility of a free electron?
i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help
What is alias mechanism? Explain.
how do you code a null statement?
What is the job of the information stored in data-dictionary?
How do I gain root from a suid script or program?