Answer Posted / prabu
yes there is no return a value for void main function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
how to construct a simulator keeping the logical boolean gates in c
Explain how do you determine whether to use a stream function or a low-level function?
Why can arithmetic operations not be performed on void pointers?
i have a written test for microland please give me test pattern
Write a program to generate the Fibinocci Series
What is the correct declaration of main?
Why clrscr is used after variable declaration?
How can type-insensitive macros be created?
Is c procedural or functional?
Why are all header files not declared in every c program?
Distinguish between actual and formal arguments.
Is c procedural or object oriented?
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.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?