what is difference between array and structure?
Answer Posted / rajprasadmaity
collection is similar data type array
array always start from 0
array size fixed
| Is This Answer Correct ? | 123 Yes | 36 No |
Post New Answer View All Answers
Why enum is used in c?
Explain what will the preprocessor do for a program?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is typedef?
What is the advantage of c?
Can we assign integer value to char in c?
What is the process to generate random numbers in c programming language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is a program flowchart?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain what is meant by 'bit masking'?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is wrong in this statement? scanf(ā%dā,whatnumber);