Featured post

-Write C program to find even and odd number using macro

-Write C program to find even and odd number using macro #include<stdio.h> #define number(n)((n%2==0)?1:0) int main() { int num; printf("enter any number"); scanf("%d",&num); if(number(num)) printf("number is even"); else printf("number is odd"); return 0; } ***************************Output*********************** amr@amrj-virtual-machine:~$ gccevenodd.c amr@samr-virtual-machine:~$ ./a.out enter any number 2 number is evensmj@amr-virtual-machine:~$

Disclaimer

The information provided on FlutterForge is for general informational purposes only. While we strive to provide accurate and up-to-date content, we make no representations or warranties of any kind regarding the completeness, accuracy, reliability, or availability of the information on this site. Any reliance you place on such information is strictly at your own risk. FlutterForge is not responsible for any loss or damage that may occur due to the use of this site.

Comments

Popular posts from this blog

-Write C program to find even and odd number using macro

BCA (SCIENCE) JAVA PRACTICAL SLIPS PAGES.(JAVA) UNIVERSITY OF PUNE

How to OCR Text Extraction in Flutter Using Google ML Kit