Brah Pl
0
Q:

continuation character in c

#include<stdio.h>
#define VERY_LONG_CONSTANT \  //here '\' is the continuation character
23.678901
int main()
{
	float x=VERY_LONG_CONSTANT;
	printf("%f",x);
}
//Code By Dungriyal
0

New to Communities?

Join the community