Answer Posted / rajkumar
I think its possiblle through macros ....like this
#define main() start
start
{
printf("Hai");
}
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What are structures and unions? State differencves between them.
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Tell me can the size of an array be declared at runtime?
In C language what is a 'dangling pointer'?
What is || operator and how does it function in a program?
What is 'bus error'?
What Is The Difference Between Null And Void Pointer?
Explain the use of 'auto' keyword
What is #include stdio h and #include conio h?
praagnovation
Explain how can you check to see whether a symbol is defined?
What is the difference between single charater constant and string constant?
What are examples of structures?
how to find anagram without using string functions using only loops in c programming
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???