write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
2817main() { 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 24667what 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 6626Post New Wipro C Interview Questions
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Which is best html debugging tool.
What is the specific heat value for solid ?
can anyone tel the syllabus or previous year question paper for BHAVINI(EIE)2014.
Can we sort hashmap in java?
What does three dots mean in angular?
What is the difference between mapping parameter & mapping variable in data warehousing?
How do we pass parameters into a CICS –DB2 program
How to rebuild the master database?
How many messaging models do jms provide for and what are they?
explain about the characters of internal interrupts?
What is selenium-rc (remote control) ?
How do I find duplicates in sql?
what is Sphere cells suspension culture ?
How will you execute 1000 test case in a day ??