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


Please Help Members By Posting Answers For Below Questions

How can you convert integers to binary or hexadecimal?

610


What is static and auto variables in c?

554


How can I make it pause before closing the program output window?

570


What are the complete rules for header file searching?

664


How can I recover the file name given an open stream?

547






What are the 4 data types?

592


What is switch in c?

639


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2653


Explain what is operator promotion?

628


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1655


Do you know the difference between exit() and _exit() function in c?

603


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7385


Is main a keyword in c?

623


about c language

1595


What is a newline escape sequence?

661