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:~$

Privacy Policy

Privacy Policy for FlutterForge At FlutterForge, we value your privacy and are committed to protecting your personal information. This privacy policy explains how we collect, use, and safeguard the information you provide when using our website hosted on Blogger (Blogspot). Information We Collect We may collect the following types of information when you visit or interact with our website: Personal Information: This may include your name, email address, or any other personal details you choose to provide when subscribing to newsletters or contacting us. Usage Data: We collect non-personally identifiable information automatically through your use of our website. This may include your IP address, browser type, device information, and browsing patterns. How We Use Your Information The information we collect is used for the following purposes: To improve and personalize your experience on our website. To respond to your inquiries and communicate with you, if necessary. To analyze website traffic and performance to provide better content and services. Data Sharing and Disclosure We do not sell, rent, or share your personal information with third parties without your consent, except in the following cases: If required by law or in response to valid legal requests (such as a court order or government investigation). To protect our rights, property, or safety, or the rights, property, or safety of others. Cookies We may use cookies or similar technologies to enhance your experience on our website. These cookies help us track website usage and deliver personalized content. You can control cookies through your browser settings, but please note that disabling cookies may affect your user experience. Third-Party Services Our website may contain links to third-party websites or services. These third-party sites have their own privacy policies, and we encourage you to review them before providing any personal information. We are not responsible for the content or privacy practices of external sites. Security We take reasonable precautions to protect your personal information and maintain its security. However, please note that no method of transmission over the internet or electronic storage is completely secure, and we cannot guarantee absolute security. Changes to This Privacy Policy We may update this privacy policy from time to time. Any changes will be posted on this page with the updated date. By continuing to use our website, you agree to the updated policy. Contact Us If you have any questions or concerns about this privacy policy, feel free to contact us via email at ak644448@gmail.com By using FlutterForge, you consent to the collection and use of information in accordance with this privacy policy.

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