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 the size of enum in c?
Why c is called a mid level programming language?
Explain 'bus error'?
write a program to copy the string using switch case?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is typedef example?
What is static and auto variables in c?
write a program to concatenation the string using switch case?
please give me some tips for the placement in the TCS.
What is the use of f in c?
while initialization of array why we use a[][2] why not a[2][]...?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the difference between malloc calloc and realloc in c?
Is c procedural or functional?
What is a lvalue