Basic Structure of Programming C In the C language there is no specific method to write a program, C is a case sensitive language, that’s why we must write all statements in small letters as below Function of printf() printf ( ) function is used to print or display the values of variable using standard […]
Tag: C
Programming C-3
Loading…