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
What does s c mean on snapchat?
What is a MAC Address?
What is main () in c language?
How can you find the exact size of a data type in c?
Which one would you prefer - a macro or a function?
Not all reserved words are written in lowercase. TRUE or FALSE?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
FILE PROGRAMMING
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does the file stdio.h contain?
What is volatile variable how do you declare it?
what are the facialities provided by you after the selection of the student.
int i=10; printf("%d %d %d", i, i=20, i);
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What does char * * argv mean in c?