Answer Posted / jyoti
An Array is a Drived data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is exit(status) truly equivalent to returning the same status from main?
What is the difference between %d and %i?
How can you increase the size of a dynamically allocated array?
How are Structure passing and returning implemented by the complier?
Why is python slower than c?
What are the 3 types of structures?
How do you generate random numbers in C?
to find the closest pair
What is sizeof array?
What are the functions to open and close file in c language?
What do you mean by keywords in c?
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 “****”.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
how do you execute a c program in unix.
what are the advantages of a macro over a function?