Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / sourisengupta
Thanx elahi....
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Give me the code of in-order recursive and non-recursive.
How can I manipulate individual bits?
When should the volatile modifier be used?
write a program to create a sparse matrix using dynamic memory allocation.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
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
Why do we use & in c?
What is difference between && and & in c?
What is volatile variable how do you declare it?
What is the purpose of clrscr () printf () and getch ()?
what will be maximum number of comparisons when number of elements are given?
Is stack a keyword in c?
Why c is a procedural language?
How many header files are in c?