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 are the characteristics of arrays in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain null pointer.
Why c is a mother language?
Explain the use of #pragma exit?
Where is volatile variable stored?
What is an identifier?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Explain what does the function toupper() do?
What is static function in c?
Explain what is wrong in this statement?
What is the use of getch ()?
What do the functions atoi(), itoa() and gcvt() do?
What are identifiers c?