Answer Posted / j j ramesh
it is the ordered collection of same type of variable.
accessed by index value range starts from 0
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of scanf() and printf() functions?
What is a const pointer in c?
Can I initialize unions?
Does c have class?
Differentiate between declaring a variable and defining a variable?
Why dont c comments nest?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is a macro?
Do you know null pointer?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain the advantages of using macro in c language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the purpose of sprintf?
Is null always defined as 0(zero)?