ShareChat
click to see wallet page
#c language #c
c language - Escape characters or backslash characters: newline carriage return 1 tab vertical tab backspace  form feed (page feed) " (beep) " alert single quote(  Queslioqunterk backslash ( Two ways t0 define constant in C There are two ways to define constant in C programming const keyword #define preprocessor 1) C const keyword The const keyword is used to define constant in C programming  const float PI=3 14: Now, the value of PI variable cant be changed: #include <stdio.h> #include <conio.h> void main() { const float PI=3.14;  clrscr(); printf(The value of PIis: %f",PD; Escape characters or backslash characters: newline carriage return 1 tab vertical tab backspace  form feed (page feed) (beep) alert single quote(  Queslioqunterk backslash ( Two ways t0 define constant in C There are two ways to define constant in C programming const keyword #define preprocessor 1) C const keyword The const keyword is used to define constant in C programming  const float PI=3 14: Now, the value of PI variable cant be changed: #include <stdio.h> #include <conio.h> void main() { const float PI=3.14;  clrscr(); printf(The value of PIis: %f",PD; - ShareChat

More like this