CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 17:53:06 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=dd5cd54c6ca129e450b9860035be4ebfd7341b32b66983c04d59afd3818f2665a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22BVXSudldeE-HTMim9UQbgq3OSbj3BAyn%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d0370c681b9dfa-BLR
#include <stdio.h>#include <stdlib.h>typedef struct { int day; int mon - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- typedef struct {
- int day;
- int month;
- int year;
- } Date;
- typedef struct {
- int acc_no;
- char acc_type;
- char name[50];
- double balance;
- Date dob;
- } Account;
- int main() {
- Account *acc = (Account *)malloc(sizeof(Account));
- printf("Enter name: ");
- scanf("%50[^\n]", acc->name);
- printf("Enter type: ");
- scanf(" %c", &acc->acc_type);
- printf("Enter no: ");
- scanf("%d", &acc->acc_no);
- printf("Enter balance: ");
- scanf("%lf", &acc->balance);
- printf("Enter date of birth(DD/MM/YYYY): ");
- scanf("%d/%d/%d", &acc->dob.day, &acc->dob.month, &acc->dob.year);
- printf("Account info: \n");
- printf("=> Name: %s\n", acc->name);
- printf("=> Type: %c\n", acc->acc_type);
- printf("=> Acc No: %d\n", acc->acc_no);
- printf("=> Balance: %lf\n", acc->balance);
- printf("=> DoB: %d/%d/%d\n", acc->dob.day, acc->dob.month, acc->dob.year);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ J
JavaScript | 6 sec ago | 0.24 KB
-
⭐ G2A Bug ⭐ (Get more on BTC swaps) ✅ NEVER S...
JavaScript | 6 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 0
JavaScript | 7 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ D
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 21 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 9
JavaScript | 23 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 24 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand