Posts

Showing posts from August, 2021

C Programming Assignment Questions

Image
  Loop  Assignment Questions: 1. Print the numbers from 1 to 100 but skip the multiples of 5 Ex;- 1, 2, 3,4, 6, 7,8,9,11,12,13,14,16,… 99 2. Program to find the sum & avg of 10 positive integers 10, 110,45,87,9,450,23,92,134,678 = sum avg 3. Print the below pyramid 5 4 4 3 3 3 2 2 2 2 1 1 1 1 1 4. Write a program to print all prime numbers from 1 to 99 Output : 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 5. Write a program to find whether the given number is palindrome or not ? Ex:- 4526254 Is a palindrome number 12334 is not a palindrome number 6. Input a number & a digit, and count the number of times the digit occurs in the number Ex:- input number is 12341321  and the digit is 1 & the output is 3 3 times 1 present in the given number 7. Print the square box using * Example:- given number is 4   **** *     * *     * *     * *     *  **** Function Assignment 1. Wap to implement simple calculator using fu

Project List

Image
  1. Alcohol Sensing Display With Alarm Project 2. Smart Room Temperature Controller Atmega. IOT PROJECTS 1. Industry parameters monitoring and controlling system based on embedded web server. 2. Smart and Tiny IOT based data acquisition system based on advanced Cortex M3 based controller 3. Street lights monitor (failure lights alert) and controller over internet  for smart cities 4. IOT based irrigation system with soil wet data threshold settings for different seasons 5. IOT Based Home Automation-Smart way to controlling your home from anywhere 6. Automatic energy meters monitoring in buildings and apartments using IOT 7. Implementation of Vehicle tracking and monitoring system using IOT 8. IOT based Green house monitoring and controlling system 9. Automatic and instantaneous power station power quality monitoring system using IOT 10. Temp