Answer Posted / khemnath chauhan
void main()
//this function indicate the starting of the program furthur
tells that it has non return value.
| Is This Answer Correct ? | 40 Yes | 12 No |
Post New Answer View All Answers
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are the difference between a free-standing and a hosted environment?
What’s a signal? Explain what do I use signals for?
Is it acceptable to declare/define a variable in a c header?
How can you increase the size of a dynamically allocated array?
Explain what is the heap?
What is the importance of c in your views?
How to implement a packet in C
Is c easier than java?
Which of these functions is safer to use : fgets(), gets()? Why?
write a program to rearrange the array such way that all even elements should come first and next come odd
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How to get string length of given string in c?
Is there any possibility to create customized header file with c programming language?