how to execute with out main in cprogram

Answer Posted / ravinder rawat

#include<stdio.h>
#define ravinder(z,g,c,f,x,y) z##c##y##x
#define rawat ravinder(m,b,a,j,n,i)

void rawat()
{ printf("MGM NOIDA");
getch();}

Is This Answer Correct ?    43 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain function?

652


Write a c program to demonstrate character and string constants?

1672


What is c language and why we use it?

606


application attempts to perform an operation?

1482


what is uses of .net

1258






To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2175


What is the purpose of void in c?

609


What are the storage classes in C?

614


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

634


what is the difference between 123 and 0123 in c?

706


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1058


How can you determine the maximum value that a numeric variable can hold?

626


What is the size of structure in c?

689


how can use subset in c program and give more example

1487


what type of questions arrive in interview over c programming?

1542