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
Explain how to reverse singly link list.
What is void pointers in c?
Can we change the value of #define in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are logical errors and how does it differ from syntax errors?
What is the purpose of sprintf() function?
What is the use of ?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is meant by realloc()?
What are the 32 keywords in c?
Write a program to print “hello world” without using semicolon?
What is graph in c?
what is the basis for selection of arrays or pointers as data structure in a program
How variables are declared in c?
What is wild pointer in c?