Can i use Two or More Main Funtion in any C program.?
Answer Posted / manjunath m
There cannot be two functions with same name or else there
will be error in build process stating "redefinition"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are different storage class specifiers in c?
What is the difference between typedef struct and struct?
What is the purpose of 'register' keyword in c language?
Why c is faster than c++?
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.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What does *p++ do? What does it point to?
What is binary tree in c?
When should I declare a function?
Tell me can the size of an array be declared at runtime?
What is #define?
State the difference between realloc and free.
What is main () in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
How can I access an I o board directly?