What is void main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is your stream meaning?
Why is c called "mother" language?
differentiate built-in functions and user – defined functions.
What is the difference between a string and an array?
How can a string be converted to a number?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
What is a class c rental property?
What are the benefits of organizational structure?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
explain memory layout of a C program
What is meant by gets in c?