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 a program flowchart and how does it help in writing a program?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Are there any problems with performing mathematical operations on different variable types?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What are the 5 types of inheritance in c ++?
How many main () function we can have in a project?
What is a example of a variable?
Why do we use header files in c?
What’s a signal? Explain what do I use signals for?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
to find the closest pair
Why dont c comments nest?
What is function pointer c?
Can you mix old-style and new-style function syntax?