#include <stdio.h>int main(){int number;printf("Enter an integer of your own choice: ");scanf("%d", &number);printf("You entered: %d", number);return 0;}
Output:
Enter an integer of your own choice:190You entered:190
Follow
Me On Social Media :-
INSTA photography page :- https://www.instagram.com/photo_mania_hub/
Twitter link : - https://twitter.com/ApurbaKhanra199
Facebook page link (Crazy Coders) :-https://www.facebook.com/codercrazy/?modal=admin_todo_tour
Insta photography link :- https://www.instagram.com/photo_mania_hub/
Facebook link :- https://www.facebook.com/profile.php?id=100009747586288
For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/
2 Comments
Nice coding
ReplyDeletethanks a lot sir
Delete