Wipro
Company
Programming
Technical
print the pattern
input 3
2*3*4
4*5*6
7*8*9
input 5
1*2*3*4*5
4*5*6*7*8
11*12*13*14*15
21*22*23*24*25
like this
Read Solution (Total 12)
-
- #include
using namespace std;
int main()
{
int n,i,count=0,k;
cin>>n;
k=n*n;
for(i=1;i - 9 years agoHelpfull: Yes(8) No(6)
- #include
int main()
{
int n,i,j,k=2,l;
printf("Enter how many lines you want :t");
scanf("%d",&n);
for(i=1;i - 9 years agoHelpfull: Yes(8) No(4)
- THIS PROGRAMME IN DEV C++ WILL GIVE CORRECT OUTPUT
#include
main()
{ int input,i,c,lines=0;
printf("Enter number:n");
scanf("%d",&input);
c=1;
for(i=1;i>=0;i++)
{
if(c - 9 years agoHelpfull: Yes(3) No(4)
- for(i=1;i
- 9 years agoHelpfull: Yes(1) No(3)
- int i,j,k=1,n;
for(i=1;i - 9 years agoHelpfull: Yes(1) No(2)
- whats the correct answer??
- 9 years agoHelpfull: Yes(0) No(1)
- could u please anyone explain the question??
- 9 years agoHelpfull: Yes(0) No(0)
- write the entire program
- 9 years agoHelpfull: Yes(0) No(1)
- for(i=1;i
- 9 years agoHelpfull: Yes(0) No(3)
- http://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/
- 9 years agoHelpfull: Yes(0) No(1)
- #include
#include
#include
using namespace std;
int main() {
int i,j,p=1,k;
for(i=0;i - 9 years agoHelpfull: Yes(0) No(2)
- (#M40035232) WIPRO QUESTION C programming KEEP AN EYE Keep an eye puzzle One c program is written in 2 files
/*Program1.c*/
int x=10
/*Program2.c*/
#include "Program1.c"
int main()
{
extern int x;
printf("x : %d",x);
} - 6 years agoHelpfull: Yes(0) No(1)
Wipro Other Question