Answer Posted / shikha
array is a homogeneous and similar data type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know the purpose of 'register' keyword?
What is the use of sizeof () in c?
What is the scope of local variable in c?
What is file in c language?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the modulus operator?
Explain the bubble sort algorithm.
Define circular linked list.
Can we use any name in place of argv and argc as command line arguments?
What is wrong with this declaration?
What is the use of function in c?
Is there a way to compare two structure variables?
What is the difference between volatile and const volatile?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is int main () in c?