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
Explain block blob?
Which SOX rules got inherited in SAP GRC?
How will you verify the specific position of an web element
What is a record in a database?
What is critical disruptive voltage?
What are the port numbers of namenode?
Can I major in political science and international studies and study abroad?
How many types oil using in transformer ? How many letars using in transformer..?
What is the cpu pressure?
How do you remove duplicates in word?
If in a sequence of natural numbers, starting with 2, you begin eliminating every second number after 2, then every third number after 3, then every fourth numberafter 4, and so on, what type of numbers will be left?
How to resolve lock table overflow?
Why overriding is called runtime polymorphism?
how many types of thyristor are? shortly define them with purpose, application & working principle?
Explain the difference between column storage and row storage?