how to execute with out main in cprogram
Answer Posted / rupesh
#include<stdio.h>
#define hello main
void hello()
{
printf(" HIIIII ");
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between exit() and _exit() function in c?
How can a string be converted to a number?
Explain what are preprocessor directives?
Why is this loop always executing once?
What is type qualifiers?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What do you mean by c what are the main characteristics of c language?
How can variables be characterized?
What is the general form of a C program?
Explain how can I make sure that my program is the only one accessing a file?
How do I copy files?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Differentiate between the = symbol and == symbol?
What is a keyword?
How to get string length of given string in c?