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
How do you determine the length of a string value that was stored in a variable?
What is static function in c?
Write a program to reverse a string.
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is the use of define in c?
What is the process of writing the null pointer?
What does it mean when a pointer is used in an if statement?
The difference between printf and fprintf is ?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is a static variable in c?
How can I list all of the predefined identifiers?
can we implement multi-threads in c.
Explain how can type-insensitive macros be created?
Explain what is the difference between the expression '++a' and 'a++'?
By using C language input a date into it and if it is right?