write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
2282main() { 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 21919what 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 4626Post New Wipro C Interview Questions
What does ‘hooks’ consist of in git?
Explain Different kinds of methods?
Whether entropy is intensive property or extensive property ?
List out the kinds of users associated with business objects?
How to achieve database testing in selenium?
How do I master a powerpoint?
What is the rabin signature scheme?
What are the Main functions of Java?
What is job control language?
What is basic authentication?
what so you want to work?
Why sodium hydroxide used for maintain pH of phosphate buffer
How to create drush aliases ?
Hi.. Iam working as Test Engineer. I want to become a business analyst. is domain knowledge necessary for that? CAn u guide me to approach? Is there any course?
Why data cleaning plays a vital role in analysis?