write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
2880main() { 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 24884what 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 6874Post New Wipro C Interview Questions
What is html short answer?
please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in
Which operating system is supported by HANA system?
What is a body tag?
Where can be set roles, username, and password?
What do you mean by cql?
pls tell me about method of cutting length of ties column
What is coalesce in db2?
What is @required in spring?
We have both consumption tax and With Holding Tax on each invoice, will there be any conflict involved?
Can you split deliveries into several invoices? When would you do that?
Can annotation extend another annotation?
What will happen if both steplib and joblib are specified?
What function extracts specified characters from a string?
How do you get the data to code the BMS macro?