Answer Posted / shankar
void main doesn't return any value
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In which header file is the null macro defined?
How do you determine the length of a string value that was stored in a variable?
How do you define a string?
How can I generate floating-point random numbers?
Do you know the purpose of 'register' keyword?
What is a void * in c?
Is c easy to learn?
What is pragma c?
Which function in C can be used to append a string to another string?
What is the difference between strcpy() and memcpy() function in c programming?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are keywords in c with examples?
Are bit fields portable?
When can you use a pointer with a function?
can we have joblib in a proc ?