⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 visible.c

📁 C源码集
💻 C
字号:
#include <stdio.h>int main (){int z;double a, b;char c, d;printf("Enter a number: ");scanf("%d", &z);if (z == 0){	int i = 3, j = 4;	printf("i = %d and j = %d\n", i, j);/* i and j only exist if z == 0 and only exist up to the }   a, b, c and d available inside this block as block is inside function   can allocate variables wherever an opening brace is used *//}return 0;} 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -