what is difference between array and structure?
Answer Posted / chinmayee
array is a homogenous data types.
structure is a user defined data types...
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What is keyword with example?
Explain do array subscripts always start with zero?
What are structural members?
Explain pointers in c programming?
What is storage class?
Why we use conio h in c?
What is the difference between exit() and _exit() function in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is hashing in c language?
write a program fibonacci series and palindrome program in c
Explain the use of fflush() function?
Can we access the array using a pointer in c language?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
what is a NULL Pointer? Whether it is same as an uninitialized pointer?