Answer Posted / manju
string: its an array of any number of characters:
array:"its an collection of similar data items"-in the sense
ats collection of not only charecters even we can store
numbers.....
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Here is a neat trick for checking whether two strings are equal
Why does not c have an exponentiation operator?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the use of function overloading in C?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
The statement, int(*x[]) () what does in indicate?
Is c is a middle level language?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain how do you print only part of a string?
What is the meaning of 2d in c?
Explain what’s a signal? Explain what do I use signals for?
What do you mean by invalid pointer arithmetic?
What is the use of f in c?
What is the purpose of sprintf?
What 'lex' does?