What does the c preprocessor do?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what is answer for perfect number????????????????
how can i get this by using for loop? * ** * **** * ******
Is c still used in 2019?
Explain what is the benefit of using an enum rather than a #define constant?
What are the main characteristics of c language describe the structure of ac program?
What is the use of pragma in embedded c?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
difference between memcpy and strcpy
why u join this call center?
What does the error 'Null Pointer Assignment' mean and what causes this error?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12