Wednesday, September 21, 2022
Tuesday, September 13, 2022
Technical training work:
1.write a C program to print the numbers from n to 0 using for loop.
2.write a C program to print the numbers from n to 0 using while loop.
3.write a C program to print sum of numbers in the given range.
4.write a C program to print even numbers in the given range without using == operator.
5.write a C program to print odd numbers in the given range without using != operator.
6.write a C program to print mathematical table of any given number upto some range.
7.write a C program to print sum of digits in the given number.
8.write a C program to print all the even digits in the given number.
9.write a C program to print sum of the even digits in the given number.
10.write a C program to print difference between sum of even digits and sum of odd digits in the given number.
https://meet.google.com/bjp-tnpc-zee
-
Design LALR Bottom up Parser. <parser.l> %{ #include<stdio.h> #include "y.tab.h" %} %% [0-9]+ {yylval...
-
Lucky Gifts "Planet Kids Entertainment Fair" is back to delight kids and parents. The Fair will have non-stop entertainment w...
-
1. Write a program to find the largest element among three Numbers. num1 = int(input("Enter the first number: ")) num2 = int(input...