C语言程序设计时可以使用的符号包括以下几种:
1数据类型定义符号:int、char、float等;
2函数定义相关符号:main,void等;
3编程语句:if……else,while、switch等;
4运算符号:+、-、*、/、<、>等