Print the Truth Table
#include<stdio.h> int OR(int,int); int AND(int,int); int XOR(int,int); int NOT(int); void main() { int a,b,ch,o; printf("\n-:MENU:-\n1.A…
#include<stdio.h> int OR(int,int); int AND(int,int); int XOR(int,int); int NOT(int); void main() { int a,b,ch,o; printf("\n-:MENU:-\n1.A…
#include<stdio.h> void main() { float p; float ir,t; float in; printf("Principle amount : "); scanf("%f",&p); …
#include<stdio.h> void main() { int x=1,num,res; printf("Enter a Number : "); scanf("%d",&num); while(x<=10) { …
#include<stdio.h> void main() { int x,y,z; printf("Enter values of x, y and z : "); scanf("%d,%d,%d",&x,&y,&…
#include<stdio.h> void main() { int n1,n2,n3; printf("Enter Numbers (n1 n2 n3) : "); scanf("%d %d %d",&n1,&n2,&a…
#include<stdio.h> int main() { int x=1; for(x=1; x<=10; x++) printf("\n%d",x); return 0; } Output Print Download Code …
#include<stdio.h> #include<conio.h> int main() { int x=1; while(x<=10) { printf("\n%d",x); x++; } getch(); retur…
#include<stdio.h> void main() { int x,y,z; printf("Enter Values x and y : "); scanf("%d%d",&x,&y); z=y; y=x; …
#include<stdio.h> void main() { int a,b,sum; printf("Enter Numbers a and b : "); scanf("%d %d",&a,&b); sum=a+b;…
Solution: 1 #include<stdio.h> void main(){ if(printf("Hello world")){ } } Solution: 2 #include<stdio.h> void main(){ …
#include<stdio.h> int main() { printf("\nHello, World! "); return 0; } Output Print Download Code Output Hello, World!
#include<stdio.h> int main() { char nam[20]; int age; printf("Enter Your Name : "); scanf("%s",&nam); printf("…
Normalization is the process of splitting relations into well-structured relations that allow users to insert, delete, and update tuples without int…
A. Before an earthquake: • Follow and advocate local safe building codes for earthquake resistant construction. • Follow and advocate upgrading poorl…
WhatsApp today released an update for the Beta version . Primarily the update looks like a Bug Fix update. But while Tech enthusiasts dig into the de…