Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / adesh
#define adesh(x,y) y##x
int adesh(in,ma) (void)
{
;
}
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What are loops c?
What is the difference between int main and void main?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are types of functions?
Do you know what are bitwise shift operators in c programming?
What are inbuilt functions in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is structure and union in c?
Explain b+ tree?
Are the expressions * ptr ++ and ++ * ptr same?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Why c is known as a mother language?
How to create struct variables?