Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Tag: program to check number is Palindrome or not in C

program to check number is Palindrome or not in C?

#include <stdio.h> int main() { int num, rev=0, rem=0,temp; printf(“Enter an integer number: “); scanf(“%d”, &num); temp=num; while(temp!=0) { rem=temp%10;

Continue reading
  • C Programming
  • C++
  • Cyber Security
  • Interview FAQ
  • Java
  • Linux
  • MySQL
  • Netseq.com
  • Oracle
  • PHP
  • Python
  • SQL
  • SQL Server -DBA
  • Active Directory Security: Strategies to Safeguard Your Organization
  • PowerShell scripts for Active Directory (AD)
  • Top 50 Essential Active Directory PowerShell Commands and Administrative Tools
  • Critical Windows Event ID’s to SOC Team Must Monitor
  • Top Cybersecurity Threats in 2025 and How to Protect Yourself
WordPress Theme: Wellington by ThemeZee.