Answer Posted / lakshmi
Array is the group of consequitive elements with same type.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the different types of errors?
Explain what is the difference between a free-standing and a hosted environment?
Explain how can you check to see whether a symbol is defined?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is typedef?
What is the explanation for prototype function in c?
Why c is called top down?
What is the meaning of c in c language?
Can static variables be declared in a header file?
What is union and structure in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
When a c file is executed there are many files that are automatically opened what are they files?
Is that possible to store 32768 in an int data type variable?
How do you determine the length of a string value that was stored in a variable?
What is the purpose of void in c?