Answer Posted / kalidasu lokesh kumar
an array can be defined as a collection of homogenious data
data items reffered by a common name.
array is derived data type............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the uses of null pointers?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Why does the call char scanf work?
Why do we need a structure?
What happens if you free a pointer twice?
Why c is a mother language?
What is the purpose of the statement: strcat (S2, S1)?
What are static variables in c?
what type of questions arrive in interview over c programming?
hi, which software companys will take,if d candidate's % is jst 55%?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
In a byte, what is the maximum decimal number that you can accommodate?
Why can’t we compare structures?
What do you mean by dynamic memory allocation in c? What functions are used?
Why string is used in c?