Answer Posted / suresh
void main() returns no value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how can you check to see whether a symbol is defined?
What are the 5 types of inheritance in c ++?
what does static variable mean?
Write a program to print fibonacci series using recursion?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is #include called?
Explain how many levels deep can include files be nested?
How would you rename a function in C?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Is exit(status) truly equivalent to returning the same status from main?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are the rules for the identifier?
What is scanf () in c?
How a string is stored in c?
What are the types of functions in c?