IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / venugopal
YES ,THEY CAN BE,BECAUSE ARRAY CAN HOLD SIMILAR DATA
TYPED ONES,WE ARE USING ONLY STRUCTURE VARIABLES
THEMSELVES.IT WILL BE POSSIBLE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
plz let me know how to become a telecom protocol tester. thank you.
What is the meaning of c in c language?
write an algorithm to display a square matrix.
What is header file definition?
What are the types of pointers in c?
Array is an lvalue or not?
How can you allocate arrays or structures bigger than 64K?
What is assert and when would I use it?
#include
What is a far pointer in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Write a program of advanced Fibonacci series.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is static and auto variables in c?
There seem to be a few missing operators ..