#include <stdio.h> int main() { int x,z; printf("Enter x value"); scanf("%d",&x); z=~x; printf("\n Bitwise Negation is: %d",z); return 0; }
Enter x value 10 Bitwise Negation is: -11
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java Program to check the given number is Palindrome or not
Write a java Program to print Armstrong number between 1 to 1000
Write a Java program to check whether Java is installed on your computer or not
Write a Java Program to Find the sum of the digits of a number
Write a java program to Find the index of the smallest number in an array
Write a python program to check memory sizes of list ,set ,tuple
Write a Python program to remove duplicates from a list
Write a Python Program for cube sum of first n natural numbers?
Write a python program to access news using python
Write a Python Program to Find the Factorial of a Number.
Java Quiz - 13
Java Quiz - 20
Java Quiz - 14
Java Quiz - 23
Java Quiz - 1