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
What is meant by type casting?
What is oops c?
Write a program to swap two numbers without using the third variable?
Write a program to print factorial of given number using recursion?
What is getch() function?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
explain what is a newline escape sequence?
What is meant by errors and debugging?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
what will be the output for the following main() { printf("hi" "hello"); }
Difference between strcpy() and memcpy() function?
Write a code to generate divisors of an integer?
State the difference between realloc and free.
How can you find the day of the week given the date?