what is difference between array of characters and string
Answer Posted / vijay
we can store set of names in string.but can only store set
of characters in array
| Is This Answer Correct ? | 77 Yes | 55 No |
Post New Answer View All Answers
When is the “void” keyword used in a function?
What is a list in c?
What are the different categories of functions in c?
When do we get logical errors?
How would you obtain the current time and difference between two times?
I need a sort of an approximate strcmp routine?
What do you mean by recursion in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Do character constants represent numerical values?
Can you pass an entire structure to functions?
simple program of graphics and their output display
Why c is called a mid level programming language?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Explain what are the standard predefined macros?
Define and explain about ! Operator?