Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

Write A program to swap two bits of a byte in C

#include <stdio.h> int main() { unsigned char ndata=0x0A; binary of 0x0A is : 0000 1010 ndata^=(1<<1); ndata^=(1<<2); // data will

Continue reading

Write a program in C program to find factorial of a number

/**  program to find factorial of a number**/ #include <stdio.h> int main() { int number,k; long int fact; printf(“Enter an

Continue reading

How to generate random numbers in C programming?

we can generate random number through rand() function. #include<stdio.h> #include<stdlib.h> int main() { int a; int b; for(a=1;a<11;a++) { b=rand();

Continue reading

What are the modifiers available in C programming?

There are 5 modifiers available in C programming and these are follows:- Short Long Signed Unsigned long long

Continue reading

What are the storage class specifiers in C?

There are four different Types of Storage classes in C :- auto, register, static, extern

Continue reading

How to you print ‘Hello World’ without semicolon?

int main(void) { if (printf(“Hello World”)) ; }

Continue reading

How To Identify Version of SQL Server from Backup File

Today, one of my colleague asked me that  how can we find the sql version from backup file? then i

Continue reading

Performance Tunning:- Find Index fragmentation in SQL Server Databases

The following script provide the details of the name of each index, the name and schema of the table for

Continue reading

What action plan should be taken if SQL Server is not responding?

you might be face this situation in past, you tried to connect the SQL Server but  SQL Server is not

Continue reading

How can you start SQL Server database Instance in different modes?

We can start SQL Server in different modes which are follows:-   Single User Mode (-m) DAC (-A) Emergency Mode 

Continue reading

Posts pagination

«Previous Posts 1 … 23 24 25 26 27 … 34 Next Posts»
  • 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.