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
Disadvantages of C language.
about c language
Why we write conio h in c?
What are the types of macro formats?
What is a buffer in c?
How can I insert or delete a line (or record) in the middle of a file?
Write a program to show the change in position of a cursor using c
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What are the different categories of functions in c?
Explain that why C is procedural?
Explain the Difference between the New and Malloc keyword.
What are c identifiers?
Why c is called a mid level programming language?
What is static and volatile in c?
Does c have an equivalent to pascals with statement?