IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / biranchi parida
generally in turbo c++ 3.0 to above version it can't
possible but possible if we declared float linking point
declaration
in such way globally after header file
float a,*b;
b=&a;
after this declaration structure can take array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print "hello world" without using a semicolon?
What is a newline escape sequence?
With the help of using classes, write a program to add two numbers.
What is a function simple definition?
What is graph in c?
How do we declare variables in c?
Compare array data type to pointer data type
What is the modulus operator?
What is typedf?
What is data type long in c?
What is the general form of #line preprocessor?
What is sizeof array?
Why is sizeof () an operator and not a function?
Which is the best website to learn c programming?
What is getche() function?