Subscribe to:
Post Comments (Atom)
Home Page
Zoho Interview Questions Alternate Sorting C program for Circular Pattern C program for Spiral Matrix C program to print ...
-
Eg 1: Input: a1b10 Output: abbbbbbbbbb Eg: 2: Input: b3c6d15 Output: bbbccccccddddddddddddddd The number varies from 1 to 9...
-
Zoho Interview Questions Alternate Sorting C program for Circular Pattern C program for Spiral Matrix C program to print ...
-
#include<stdio.h> #include<string.h> int main() { int i,j; char a[50]; scanf("%s",a); int t=strlen(a)-1; /...
No comments:
Post a Comment