Showing posts with label C- Define Function. Show all posts
Showing posts with label C- Define Function. Show all posts

Define Function_1.2

#include
#define loop(n) for(lines=1;lines<=n;lines++){       \
        for(count=1;count<=n-lines;count++)              \
        printf(" ");                                                            \
        for(count=1;count<=2*lines-1;count++)         \

Define Function_1.1

#include "stdio.h"
#define message "Hi my name is mohammad Rakibul Haider!\n"