Sie sind auf Seite 1von 1

#include<stdio.

h> int main() { int a=5,b=5,c=5; if(a==b==c) printf("all are same"); else printf("all are not same"); getch(); return; }

Das könnte Ihnen auch gefallen