Answer Posted / pradeep
void main might return a value.
you should not assign to other variable.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How many types of operators are there in c?
What is return in c programming?
What are the types of assignment statements?
What is a c token and types of c tokens?
What is wrong with this code?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain how do you use a pointer to a function?
What is data types?
What are dangling pointers in c?
What are reserved words?
What is infinite loop?
Why header file is used in c?
Explain the difference between exit() and _exit() function?
Why calloc is better than malloc?
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.