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

What functions are used for dynamic memory allocation in c language?

604


How is null defined in c?

654


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1701


using for loop sum 2 number of any 4 digit number in c language

1738


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

667






Why c is called procedure oriented language?

582


Write a program of advanced Fibonacci series.

711


Is c dynamically typed?

669


Can you please compare array with pointer?

619


Why is event driven programming or procedural programming, better within specific scenario?

1955


what is a constant pointer in C

682


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1500


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

640


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

907


What does struct node * mean?

603