sunny_jain - HTMLify profile
sunny_jain
4 Files
1690 Views
files of /sunny_jain/
//WRITE a program to check if string is pangram?
// input-"the quick brown fox jumps over the lazy dog"
//output- is a pangra
// input-"the quick brown fox jumps over the lazy dog"
//output- is a pangra
//hexadecimal to decimal by using switch case
#include<math.h>
#include<stdio.h>
#include<string.h>
int main() {
char
#include<math.h>
#include<stdio.h>
#include<string.h>
int main() {
char
// using for loop
#include <stdio.h>
int main()
{
int n = 5, rows, columns;
for (rows = 1; rows<= n; rows++) {
#include <stdio.h>
int main()
{
int n = 5, rows, columns;
for (rows = 1; rows<= n; rows++) {